summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-20 08:39:44 +0300
committerAndrew Dolgov <[email protected]>2019-02-20 08:39:44 +0300
commit6e14e575b37ac856eadc7921ee4d411bdb0146ec (patch)
tree9cb9acfcc44ec18dbafe05b6c3773f1ecbbdc442 /js
parent41e88f64b24680b8fcdc4bd0fb85e9c3deb82232 (diff)
use separate id for default password warning dialog
Diffstat (limited to 'js')
-rw-r--r--js/Feeds.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Feeds.js b/js/Feeds.js
index 487f5bafe..401d669a7 100644
--- a/js/Feeds.js
+++ b/js/Feeds.js
@@ -212,7 +212,7 @@ define(["dojo/_base/declare"], function (declare) {
const dialog = new dijit.Dialog({
title: __("Your password is at default value"),
href: "backend.php?op=dlg&method=defaultpasswordwarning",
- id: 'infoBox',
+ id: 'defaultPasswordDlg',
style: "width: 600px",
onCancel: function () {
return true;