remove button enable util from legacy scripts
This commit is contained in:
+1
-2
@@ -457,9 +457,8 @@ var AppInfo = {};
|
||||
function init() {
|
||||
define("livetvcss", ["css!css/livetv.css"], returnFirstDependency);
|
||||
define("detailtablecss", ["css!css/detailtable.css"], returnFirstDependency);
|
||||
define("buttonenabled", ["legacy/buttonenabled"], returnFirstDependency);
|
||||
var promises = [];
|
||||
|
||||
var promises = [];
|
||||
if (!window.fetch) {
|
||||
promises.push(require(["fetch"]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user