Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/templates/footers/includes/scripts.template.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[%cdn_asset html:'1' type:'js' library:'skeletal' version:'4.6.0'%]vendor.js[%/cdn_asset%]
[%cdn_asset html:'1' type:'js' library:'jquery_ui' version:'1.12.1'%]jquery-ui.min.js[%/cdn_asset%]
[%cdn_asset html:'1' type:'js' library:'jquery_ui' version:'1.14.1'%]jquery-ui.min.js[%/cdn_asset%]
[%NETO_JS html:'1' id:'main' /%]
<script src="[%ntheme_asset%]js/custom.js[%/ntheme_asset%]"></script>
[%SITE_VALUE id:'footer_javascript' type:'load'/%]
Expand Down
2 changes: 1 addition & 1 deletion src/templates/headers/includes/head.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="dns-prefetch" href="//use.fontawesome.com">
<link rel="dns-prefetch" href="//google-analytics.com">
[%cdn_asset html:'1' type:'css' domain:'use.fontawesome.com/releases' library:'' version:'v5.7.2'%]css/all.css[%/cdn_asset%]
[%cdn_asset html:'1' type:'css' library:'jquery_ui' version:'1.12.1'%]jquery-ui.min.css[%/cdn_asset%]
[%cdn_asset html:'1' type:'css' library:'jquery_ui' version:'1.14.1'%]jquery-ui.min.css[%/cdn_asset%]
<!--[if lte IE 8]>
[%cdn_asset html:'1' type:'js' library:'html5shiv' version:'3.7.0'%]html5shiv.js[%/cdn_asset%]
[%cdn_asset html:'1' type:'js' library:'respond.js' version:'1.3.0'%]respond.min.js[%/cdn_asset%]
Expand Down