8
0
mirror of https://github.com/key-networks/ztncui.git synced 2024-08-31 04:28:00 +00:00

Use CDN for jquery as temp workaround for pkg problem

This commit is contained in:
Key Networks
2018-01-11 23:44:58 +08:00
parent fd94cd7f5c
commit c3db94a0a3
5 changed files with 5 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ html(lang='en')
meta(name='viewport', content='width=device-width, initial-scale=1')
link(rel='stylesheet', href='/bscss/bootstrap.min.css')
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='/jqjs/jquery.min.js')
script(src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js')
script(src='/bsjs/bootstrap.min.js')
body
block body_content