Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
ac3afe6a
Commit
ac3afe6a
authored
May 06, 2020
by
Jacek Lebioda
Browse files
feat: moved router and jquery into assets folder
parent
5973054b
Pipeline
#26374
passed with stages
in 4 minutes and 38 seconds
Changes
3
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
assets/js/jquery3.5.1.min.js
0 → 100644
View file @
ac3afe6a
This diff is collapsed.
Click to expand it.
router.js
→
assets/js/
router.js
View file @
ac3afe6a
---
---
function
UrlExists
(
url
,
cb
)
{
jQuery
.
ajax
({
url
:
url
,
...
...
index.md
View file @
ac3afe6a
...
...
@@ -4,8 +4,8 @@ title: Home
order
:
1
---
<script
type=
"text/javascript"
src=
"
https://cdnjs.cloudflare.com/ajax/lib
s/jquery
/
3.
4
.1
/jquery
.min.js"
></script>
<script
type=
"text/javascript"
src=
"
router.js
"
></script>
<script
type=
"text/javascript"
src=
"
{{ "
assets
/
j
s
/
jquery3.
5
.1.min.js
"
|
relative_url
}}
"
></script>
<script
type=
"text/javascript"
src=
"
{{ "
assets
/
js
/
router.js
"
|
relative_url
}}
"
></script>
# LCSB How-to Cards
...
...
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