encapsulate path substitution

This commit is contained in:
Luke Pulverenti 2016-09-12 14:10:09 -04:00
parent 8f88fb9a3b
commit 114a010bd4
17 changed files with 43 additions and 25 deletions

View file

@ -14,12 +14,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.237",
"_release": "1.4.237",
"version": "1.4.239",
"_release": "1.4.239",
"_resolution": {
"type": "version",
"tag": "1.4.237",
"commit": "41b1a7ea6d039a5e431ceb1295f7e50ba2e54c2c"
"tag": "1.4.239",
"commit": "0ec984aee68fd5745adc13ba2bbbcf1bafcd995e"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1",

View file

@ -15,7 +15,7 @@ define(['dialog', 'globalize'], function (dialog, globalize) {
var items = [];
items.push({
name: globalize.translate('sharedcomponents#ButtonOk'),
name: globalize.translate('sharedcomponents#ButtonGotIt'),
id: 'ok',
type: 'submit'
});

View file

@ -299,6 +299,10 @@
hasChanges = true;
reload(page);
});
}, function () {
require(['alert'], function (alert) {
alert('This feature is coming soon to Emby Theater.');
});
});
}
@ -393,6 +397,10 @@
reload(page);
}
});
}, function () {
require(['alert'], function (alert) {
alert('This feature is coming soon to Emby Theater.');
});
});
});

View file

@ -32,14 +32,14 @@
"iron-component-page": "polymerElements/iron-component-page#^1.1.6"
},
"private": true,
"homepage": "https://github.com/polymer/polymer",
"homepage": "https://github.com/Polymer/polymer",
"_release": "1.6.1",
"_resolution": {
"type": "version",
"tag": "v1.6.1",
"commit": "1f197d9d7874b1e5808b2a5c26f34446a7d912fc"
},
"_source": "git://github.com/polymer/polymer.git",
"_source": "git://github.com/Polymer/polymer.git",
"_target": "^1.1.0",
"_originalSource": "polymer/polymer"
"_originalSource": "Polymer/polymer"
}