Minified css files included
This commit is contained in:
parent
0323221bdd
commit
615f34734e
1 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,11 @@
|
|||
{*/if*}
|
||||
|
||||
<script src="{$theme}/js/jquery-1.11.3.min.js"></script>
|
||||
<link rel="stylesheet" href="{$baseurl}/styles/global/jquery_ui.css">
|
||||
{if $__devmsgs}
|
||||
<link rel="stylesheet" href="{$baseurl}/styles/global/jquery_ui.css">
|
||||
{else}
|
||||
<link rel="stylesheet" href="{$baseurl}/styles/global/jquery_ui.min.css">
|
||||
{/if}
|
||||
|
||||
<script>
|
||||
var loading = '<i class="glyphicon glyphicon-refresh animate-spin"></i> {lang code="loading"}...';
|
||||
|
|
Loading…
Add table
Reference in a new issue