Merge pull request #20 from nateprewitt/fix/jquery-protocol
changed jquery imports to be protocol relative so they don't fail on HTT...
This commit is contained in:
commit
6cc12c239e
1 changed files with 2 additions and 2 deletions
|
@ -108,10 +108,10 @@
|
||||||
|
|
||||||
</div> <!-- end contentsBrowseGroup -->
|
</div> <!-- end contentsBrowseGroup -->
|
||||||
|
|
||||||
${stylesheets.add('<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />',
|
${stylesheets.add('<link rel="stylesheet" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />',
|
||||||
'<link rel="stylesheet" href="${urls.base}/css/search.css" />')}
|
'<link rel="stylesheet" href="${urls.base}/css/search.css" />')}
|
||||||
|
|
||||||
${headScripts.add('<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>',
|
${headScripts.add('<script src="//code.jquery.com/ui/1.10.3/jquery-ui.js"></script>',
|
||||||
'<script type="text/javascript" src="${urls.base}/js/jquery_plugins/qtip/jquery.qtip-1.0.0-rc3.min.js"></script>',
|
'<script type="text/javascript" src="${urls.base}/js/jquery_plugins/qtip/jquery.qtip-1.0.0-rc3.min.js"></script>',
|
||||||
'<script type="text/javascript" src="${urls.base}/js/tiny_mce/tiny_mce.js"></script>'
|
'<script type="text/javascript" src="${urls.base}/js/tiny_mce/tiny_mce.js"></script>'
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue