Commit 114c2fd2 authored by George Popoff's avatar George Popoff

Перенес подключение скриптов опечаток вниз body. Добавил base_url в глобальную переменную js

parent 9374c0f3
......@@ -6,5 +6,7 @@
</footer>
</body>
<!-- Наши -->
<script src="<?=$base_url?>javascript/dist/typos-page.js"></script>
</html>
\ No newline at end of file
......@@ -8,12 +8,12 @@
<script src="<?=$base_url;?>node_modules/jquery/dist/jquery.js" type="text/javascript"></script>
<script src="<?=$base_url;?>node_modules/jquery-ui/build/release.js" type="text/javascript"></script>
<!-- Наши -->
<script src="<?=$base_url?>javascript/dist/typos-page.js"></script>
<link type="text/css" href="<?=$base_url;?>node_modules/jquery-ui/themes/base/theme.css" rel="stylesheet" />
<link type="text/css" href="<?=$base_url;?>stylesheet/stylesheet.css" rel="stylesheet" />
<script>
window.baseUrl = "<?=$base_url?>";
</script>
</head>
<body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment