Skip to content

Commit

Permalink
jq
Browse files Browse the repository at this point in the history
  • Loading branch information
cekvenich committed Dec 17, 2018
1 parent c4900fa commit 8b03d00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adminEditorsEG/www/layout/header.pug
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ html

script(src='https://cdn.jsdelivr.net/npm/[email protected]/riot.min.js')
script(src='https://cdn.jsdelivr.net/npm/[email protected]/dist/depp.min.js')
script(src='https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js')
script(src='https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js')
script(src=ROOT +'assets/js/app.js')

body
Expand Down
2 changes: 1 addition & 1 deletion adminzAdminEG/www/layout/header.pug
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ html

script(src='https://cdn.jsdelivr.net/npm/[email protected]/riot.min.js')
script(src='https://cdn.jsdelivr.net/npm/[email protected]/dist/depp.min.js')
script(src='https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js')
script(src='https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js')
script(src=ROOT +'assets/js/app.js')

body
Expand Down
2 changes: 1 addition & 1 deletion blog/layout/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ html(lang='en_US')
script(src='https://cdn.jsdelivr.net/npm/[email protected]/dist/loadjs.js')
script(src='https://cdn.jsdelivr.net/npm/[email protected]/riot.min.js')
script(src='https://unpkg.com/[email protected]/dist/axios.min.js')
script(src='https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js')
script(src='https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js')
script(src='https://cdn.jsdelivr.net/npm/[email protected]/js/load-image.all.min.js')
script(src= ROOT + 'assets/js/setup.js')
block head2
Expand Down

0 comments on commit 8b03d00

Please sign in to comment.