Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: load smoothie.js from C
  • Loading branch information
perexg committed May 12, 2015
1 parent 477feab commit b4acfad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/webui/extjs.c
Expand Up @@ -134,6 +134,7 @@ extjs_root(http_connection_t *hc, const char *remain, void *opaque)
/**
* Load all components
*/
extjs_load(hq, "static/smoothie.js");
extjs_load(hq, "static/app/comet.js");
extjs_load(hq, "static/app/tableeditor.js");
extjs_load(hq, "static/app/cteditor.js");
Expand Down
3 changes: 0 additions & 3 deletions src/webui/static/app/tvheadend.js
Expand Up @@ -611,9 +611,6 @@ tvheadend.app = function() {
new tvheadend.cometPoller;

Ext.QuickTips.init();

// Load the chart library smoothie.js, as used by the bandwidth monitor.
Ext.Loader.load('static/smoothie.js');
}

};
Expand Down

0 comments on commit b4acfad

Please sign in to comment.