Explorar el Código

Update index.html

Anyon hace 2 años
padre
commit
b7cb65c4ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/admin/view/index/index.html

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

@@ -18,7 +18,7 @@
     <script>
         window.taDebug = '{:intval($app->isDebug())}' > 0;
         window.taEditor = '{:sysconf("base.editor")?:"ckeditor4"}';
-        window.tapiRoot = '{:sysuri("admin/index/index",[],false)}'
+        window.tapiRoot = '{:sysuri("admin/index/index",[],false)}';
     </script>
     <script src="__ROOT__/static/plugs/jquery/pace.min.js"></script>
 </head>