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