mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update prompt text
This commit is contained in:
parent
b63aaeb909
commit
ed4d08ab68
22 changed files with 401 additions and 146 deletions
|
@ -2037,6 +2037,21 @@ var AppInfo = {};
|
|||
define("connectionManager", [], function () {
|
||||
return ConnectionManager;
|
||||
});
|
||||
|
||||
define("globalize", [], function () {
|
||||
return Globalize;
|
||||
});
|
||||
|
||||
define('dialogText', [], getDialogText());
|
||||
}
|
||||
|
||||
function getDialogText() {
|
||||
return function () {
|
||||
return {
|
||||
buttonOk: 'ButtonOk',
|
||||
buttonCancel: 'ButtonCancel'
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
function initRequireWithBrowser(browser) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue