Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
retypos-server
Commits
114c2fd2
Commit
114c2fd2
authored
Apr 03, 2018
by
George Popoff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Перенес подключение скриптов опечаток вниз body. Добавил base_url в глобальную переменную js
parent
9374c0f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
footer.php
cp/application/views/footer.php
+4
-1
header.php
cp/application/views/header.php
+4
-4
No files found.
cp/application/views/footer.php
View file @
114c2fd2
...
...
@@ -6,5 +6,7 @@
</footer>
</body>
<!-- Наши -->
<script
src=
"
<?=
$base_url
?>
javascript/dist/typos-page.js"
></script>
</html>
\ No newline at end of file
cp/application/views/header.php
View file @
114c2fd2
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment