mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 07:45:56 +00:00
use separate id for default password warning dialog
This commit is contained in:
@@ -212,7 +212,7 @@ define(["dojo/_base/declare"], function (declare) {
|
|||||||
const dialog = new dijit.Dialog({
|
const dialog = new dijit.Dialog({
|
||||||
title: __("Your password is at default value"),
|
title: __("Your password is at default value"),
|
||||||
href: "backend.php?op=dlg&method=defaultpasswordwarning",
|
href: "backend.php?op=dlg&method=defaultpasswordwarning",
|
||||||
id: 'infoBox',
|
id: 'defaultPasswordDlg',
|
||||||
style: "width: 600px",
|
style: "width: 600px",
|
||||||
onCancel: function () {
|
onCancel: function () {
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user