Selaa lähdekoodia

Update index.html

Anyon 2 vuotta sitten
vanhempi
commit
65d693d720
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/admin/view/index/index.html

+ 1 - 1
app/admin/view/index/index.html

@@ -15,12 +15,12 @@
     <link rel="stylesheet" href="__ROOT__/static/theme/css/console.css?at={:date('md')}">
     <link rel="stylesheet" href="__ROOT__/static/extra/style.css?at={:date('md')}">
     {block name="style"}{/block}
+    <script src="__ROOT__/static/plugs/jquery/pace.min.js"></script>
     <script>
         window.taDebug = '{:intval($app->isDebug())}' > 0;
         window.taEditor = '{:sysconf("base.editor")?:"ckeditor4"}';
         window.tapiRoot = '{:sysuri("admin/index/index",[],false)}';
     </script>
-    <script src="__ROOT__/static/plugs/jquery/pace.min.js"></script>
 </head>
 
 <body class="layui-layout-body layui-layout-theme-{$theme|default='default'}">