mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Update index.html
fixing line break error
This commit is contained in:
parent
babf2fc584
commit
0acbaaac4e
@ -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