jquery cdn sucks
This commit is contained in:
parent
3bb3e020df
commit
d7d3534d62
|
@ -3,8 +3,8 @@ mixin footer
|
||||||
.container
|
.container
|
||||||
p.text-muted.credit.
|
p.text-muted.credit.
|
||||||
Copyright © 2013-2015 Calvin Montgomery · <a href="https://github.com/calzoneman/sync">GitHub</a> · <a href="/useragreement">User Agreement</a> · <a href="/contact">Contact</a> · <a href="https://github.com/calzoneman/sync/wiki">Wiki</a>
|
Copyright © 2013-2015 Calvin Montgomery · <a href="https://github.com/calzoneman/sync">GitHub</a> · <a href="/useragreement">User Agreement</a> · <a href="/contact">Contact</a> · <a href="https://github.com/calzoneman/sync/wiki">Wiki</a>
|
||||||
script(src="//code.jquery.com/jquery-1.11.0.min.js")
|
script(src="/js/jquery-1.11.0.min.js")
|
||||||
// Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
|
// Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
|
||||||
// I should really abandon this crap one day
|
// I should really abandon this crap one day
|
||||||
script(src="//code.jquery.com/ui/1.10.3/jquery-ui.js")
|
script(src="/js/jquery-ui.js")
|
||||||
script(src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js")
|
script(src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js")
|
||||||
|
|
4
www/js/jquery-1.11.0.min.js
vendored
Normal file
4
www/js/jquery-1.11.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
15003
www/js/jquery-ui.js
vendored
Normal file
15003
www/js/jquery-ui.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue