def requirements (self):
# Some should be included by default by manifold
- return { 'js_files' : ['js/manifold.js', 'js/spin.presets.js', 'js/spin.min.js', 'js/jquery.spin.js',
+ return { 'js_files' : ['js/manifold.js', 'js/spin-presets.js', 'js/spin.min.js', 'js/jquery.spin.js',
'js/form.js', 'js/jquery.validate.js', ],
'css_files' : ['css/form.css']
}
"/js/googlemap.js",
"/js/markerclusterer.js",
"js/manifold.js", "js/manifold-query.js",
- "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js",
+ "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js",
"js/unfold-helper.js",
],
'css_files' : [ "css/googlemap.css",
reqs = {
'js_files' : [ "js/simplelist.js",
"js/manifold.js", "js/manifold-query.js",
- "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js",
+ "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js",
"js/unfold-helper.js",
] ,
'css_files': [ "css/simplelist.css" ],
'js/jquery.tipsy.js',
'js/buffer.js', 'js/maddash.js',
'js/manifold.js', 'js/manifold-query.js',
- 'js/spin.presets.js', 'js/spin.min.js', 'js/jquery.spin.js',
+ 'js/spin-presets.js', 'js/spin.min.js', 'js/jquery.spin.js',
'js/unfold-helper.js',
],
'css_files' : [
'js_files' : [
"js/querycode.js",
"js/manifold.js", "js/manifold-query.js",
- "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js",
+ "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js",
"js/shAutoloader.js","js/shCore.js","js/shBrushPython.js","js/shBrushRuby.js",
] ,
# thierry: see this file for details of why we turn this off for now
def requirements (self):
reqs = {
'js_files' : [
- "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js",
+ "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js",
# this one was in the slickgrid demo
# http://mleibman.github.io/SlickGrid/examples/example-checkbox-row-select.html
# but triggers js errors when included - probably/maybe because of the jquery version ?
def requirements (self):
reqs = {
- 'js_files' : [ "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js",
+ 'js_files' : [ "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js",
"js/dataTables.js", "js/dataTables.bootstrap.js", "js/with-datatables.js",
"js/manifold.js", "js/manifold-query.js",
"js/unfold-helper.js",
#"//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js",
"js/raphael.js",
"js/manifold.js", "js/manifold-query.js",
- "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js",
+ "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js",
"js/unfold-helper.js",
"js/jquery-ui-timepicker-addon.js", "js/jquery-ui-sliderAccess.js",
],
def requirements (self):
reqs = {
'js_files' : [ "js/senslabmap.js",
- "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js",
+ "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js",
"js/three.min.js", "js/jquery-mousewheel.min.js", "js/map.js",
],
'css_files': [ "css/senslabmap.css",
// storing tabs active component in localStorage
//
-// based on plugin_helper.js, extended to store the domid of an active tab
+// based on plugin-helper.js, extended to store the domid of an active tab
//
var tabs_helper = {
def requirements (self):
return { 'js_files': [ 'js/validatebutton.js', 'js/manifold-query.js',
- "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js",
+ "js/spin-presets.js", "js/spin.min.js", "js/jquery.spin.js",
], }
def json_settings_list (self):
{% insert_str prelude "js/jquery.html5storage.min.js" %}
{% insert_str prelude "js/messages-runtime.js" %}
{% insert_str prelude "js/class.js" %}
-{% insert_str prelude "js/plugin_helper.js" %}
+{% insert_str prelude "js/plugin-helper.js" %}
{% insert_str prelude "js/mustache.js" %}
{% insert_str prelude "js/plugin.js" %}
{% insert_str prelude "js/manifold.js" %}