Static jquery
This commit is contained in:
parent
1eb07b6078
commit
0cc5fc33f9
|
@ -7,7 +7,8 @@
|
|||
"socket.io" : "*",
|
||||
"node-uuid" : "*",
|
||||
"body-parser" : "*",
|
||||
"app-module-path":"*"
|
||||
"app-module-path":"*",
|
||||
"yargs":"*"
|
||||
},
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -9,6 +9,6 @@ html( lang="en" )
|
|||
body
|
||||
block base_content
|
||||
|
||||
script( src='http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js' )
|
||||
script( src='/js/jquery.min.js' )
|
||||
|
||||
block js
|
||||
|
|
Loading…
Reference in New Issue