diff options
| author | Jens Voß <DukePyrolator@anope.org> | 2013-08-23 09:59:28 -0700 |
|---|---|---|
| committer | Jens Voß <DukePyrolator@anope.org> | 2013-08-23 09:59:28 -0700 |
| commit | 8be5f53f1fde1ea84a9f2a6669d78756f4f3ee5a (patch) | |
| tree | 0d8cbf6ffb18dde9e70bbf371d76fb19df9e3ad9 /modules/extra/webcpanel/templates/default/header.html | |
| parent | ef3d115bae6cd9a605703294c1adb30ad768a5a4 (diff) | |
| parent | cd49bb40c2514a9dc2c4f08be69995f2dce4e12d (diff) | |
Merge pull request #21 from Phr33d0m/1.9
Use CDN for the rest of the .js files
Diffstat (limited to 'modules/extra/webcpanel/templates/default/header.html')
| -rw-r--r-- | modules/extra/webcpanel/templates/default/header.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/extra/webcpanel/templates/default/header.html b/modules/extra/webcpanel/templates/default/header.html index 60c324ceb..9d9710c30 100644 --- a/modules/extra/webcpanel/templates/default/header.html +++ b/modules/extra/webcpanel/templates/default/header.html @@ -13,9 +13,8 @@ <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!--[if lt IE 9]> - <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> - <script src="http://politeia.in/assets/js/html5shiv.js"></script> - <script src="http://politeia.in/assets/js/respond.min.js"></script> + <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script> + <script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.2.0/respond.js"></script> <![endif]--> <title>{TITLE}</title> |
