update components
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
queue: false,
|
||||
playAllFromHere: false,
|
||||
queueAllFromHere: false,
|
||||
sync: false,
|
||||
positionTo: button
|
||||
};
|
||||
}
|
||||
|
||||
@@ -2175,6 +2175,8 @@ var AppInfo = {};
|
||||
define("alert", [embyWebComponentsBowerPath + "/alert/alert"], returnFirstDependency);
|
||||
}
|
||||
|
||||
define("dialog", [embyWebComponentsBowerPath + "/dialog/dialog"], returnFirstDependency);
|
||||
|
||||
if (preferNativeAlerts && window.confirm) {
|
||||
define("confirm", [embyWebComponentsBowerPath + "/confirm/nativeconfirm"], returnFirstDependency);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user