mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
some for devices
This commit is contained in:
parent
d53a095728
commit
babb4f1028
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ define(["loading", "dom", "libraryMenu", "globalize", "scripts/imagehelper", "hu
|
||||||
text: msg,
|
text: msg,
|
||||||
title: globalize.translate("HeaderDeleteDevice"),
|
title: globalize.translate("HeaderDeleteDevice"),
|
||||||
confirmText: globalize.translate("ButtonDelete"),
|
confirmText: globalize.translate("ButtonDelete"),
|
||||||
primary: "cancel"
|
primary: "ok"
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
loading.show(), ApiClient.ajax({
|
loading.show(), ApiClient.ajax({
|
||||||
type: "DELETE",
|
type: "DELETE",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue