From 6e14e575b37ac856eadc7921ee4d411bdb0146ec Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Feb 2019 08:39:44 +0300 Subject: use separate id for default password warning dialog --- js/Feeds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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; -- cgit v1.2.3