equal
deleted
inserted
replaced
33 /* do nothing for html5 */ |
33 /* do nothing for html5 */ |
34 } |
34 } |
35 |
35 |
36 /* widget specific requirements */ |
36 /* widget specific requirements */ |
37 for (var idx in config.gui.widgets) { |
37 for (var idx in config.gui.widgets) { |
38 if (config.gui.widgets[idx].type === "PolemicWidget") { |
38 if (config.gui.widgets[idx].type === "PolemicWidget" || |
|
39 config.gui.widgets[idx].type === "StackGraphWidget") { |
39 $L.script(libs.raphael); |
40 $L.script(libs.raphael); |
40 } |
41 } |
41 |
42 |
42 if (config.gui.widgets[idx].type === "SparklineWidget") { |
43 if (config.gui.widgets[idx].type === "SparklineWidget") { |
43 $L.script(libs.jquery_sparkline); |
44 $L.script(libs.jquery_sparkline); |