share/views/layout/header.haml in rbbt-rest-1.7.19 vs share/views/layout/header.haml in rbbt-rest-1.7.20
- old
+ new
@@ -28,13 +28,16 @@
= serve_js
-#:javascript
requirejs.config({baseUrl: '/js-find'})
+-# 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-2.1.1 jquery.cookie jquery.form).each do |jquery_file|
+- %w(jquery-2.1.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'
@@ -51,21 +54,22 @@
- record_js '/plugins/nvd3/js/nv.d3.js'
- record_js '/plugins/svg-pan-zoom/js/svg-pan-zoom.js'
- record_js '/plugins/cola/js/cola.js'
- record_js '/plugins/mithril-node-render/js/index.js'
-
-
- %w(helpers _md5 _ajax_replace _ellipsis).each do |file|
- record_js "/js-find/helpers/#{ file }"
-# %w(dom_update workflow fragment menu favourites page_type modal reveal actions table list map hide).each do |file|
- %w(dom_update fragment actions table list map reveal).each do |file|
- record_js "/js-find/rbbt/#{ file }"
- %w(rbbt rbbt.basic rbbt.exception rbbt.job rbbt.page rbbt.entity.basic rbbt.entity rbbt.entity_list rbbt.entity_map rbbt.views rbbt.favourites rbbt.modal).each do |file|
- record_js "/js-find/#{ file }"
-- %w(rbbt.knowledge_base rbbt.aesthetics rbbt.plots rbbt.aes_plots).each do |file|
+- %w(rbbt.knowledge_base).each do |file|
- record_js "/js-find/#{ file }"
+
+- %w(rbbt.plots.basic rbbt.plots.aes rbbt.plots.graph rbbt.plots.graph.kb rbbt.plots.graph.adapters rbbt.plots.aesthetics rbbt.plots.list).each do |file|
+ - record_js "/js-find/rbbt.plots/#{ file }"
- record_js "/js-find/app"