1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update confirm

This commit is contained in:
Luke Pulverenti 2016-02-22 14:31:28 -05:00
parent 166a16b60d
commit 1ea5d5f307
191 changed files with 8714 additions and 48569 deletions

View file

@ -551,25 +551,6 @@ var Dashboard = {
}
},
confirm: function (message, title, callback) {
// Cordova
if (browserInfo.mobile && message.indexOf('<') == -1) {
var confirmed = confirm(message);
if (callback) {
callback(confirmed);
}
} else {
require(['paper-dialog', 'fade-in-animation', 'fade-out-animation'], function () {
Dashboard.confirmInternal(message, title, true, callback);
});
}
},
confirmInternal: function (message, title, showCancel, callback) {
var dlg = document.createElement('paper-dialog');
@ -2468,6 +2449,7 @@ function addLegacyDependencies(depends, url) {
depends.push('jqmpopup');
depends.push('jqmcollapsible');
depends.push('jqmcheckbox');
depends.push('legacy/dashboard');
}
depends.push('jqmcontrolgroup');