mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-01 05:44:41 +03:00
Fix bug with additional css/js in chat template
This commit is contained in:
parent
9069570f0b
commit
ad20a18317
@ -4,7 +4,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="{{stylePath}}/chat_ie7.css" media="all" />
|
<link rel="stylesheet" type="text/css" href="{{stylePath}}/chat_ie7.css" media="all" />
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
{{additional_css}}
|
{{{additional_css}}}
|
||||||
|
|
||||||
<!-- External libs -->
|
<!-- External libs -->
|
||||||
<script type="text/javascript" src="{{mibewRoot}}/js/libs/jquery.min.js"></script>
|
<script type="text/javascript" src="{{mibewRoot}}/js/libs/jquery.min.js"></script>
|
||||||
@ -25,7 +25,7 @@
|
|||||||
<!-- Add style scripts -->
|
<!-- Add style scripts -->
|
||||||
<script type="text/javascript" src="{{stylePath}}/js/compiled/scripts.js"></script>
|
<script type="text/javascript" src="{{stylePath}}/js/compiled/scripts.js"></script>
|
||||||
|
|
||||||
{{additional_js}}
|
{{{additional_js}}}
|
||||||
|
|
||||||
<script type="text/javascript"><!--
|
<script type="text/javascript"><!--
|
||||||
// Localized strings for the core
|
// Localized strings for the core
|
||||||
|
Loading…
Reference in New Issue
Block a user