share/views/layout/header.haml in rbbt-rest-1.8.72 vs share/views/layout/header.haml in rbbt-rest-1.8.73
- old
+ new
@@ -33,10 +33,10 @@
-# Cookies
- record_js '/plugins/js-cookie/js/js.cookie.js'
-# JQUERY JS
-# %w(jquery-2.1.1 jquery.cookie jquery.form).each do |jquery_file|
-- %w(jquery-3.1.1 jquery.form).each do |jquery_file|
+- %w(jquery-3.2.1 jquery.form).each do |jquery_file|
- record_js File.join('/plugins/jquery/js/', jquery_file)
- record_js '/plugins/jquery-ui/js/jquery-ui-1.8.14.custom.min.js'
- record_js '/plugins/jquery.tablesorter/jquery.tablesorter.min.js'
- record_js '/plugins/jquery.scrollTo/jquery.scrollTo'