mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
migrating to bootstrap v4
This commit is contained in:
parent
b3b3e63967
commit
f38a22973d
@ -11,13 +11,7 @@
|
|||||||
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.4/css/bootstrap3/bootstrap-switch.css">
|
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.4/css/bootstrap3/bootstrap-switch.css">
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var ServerInject = {user: < % -JSON.stringify(user);
|
var ServerInject = {user: <%- JSON.stringify(user); %>, ConfigInject: <%- JSON.stringify(clientConfig); %>}
|
||||||
%>,
|
|
||||||
ConfigInject: <
|
|
||||||
%
|
|
||||||
-JSON.stringify(clientConfig);
|
|
||||||
%>
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user