1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

use separate id for default password warning dialog

This commit is contained in:
Andrew Dolgov
2019-02-20 08:39:44 +03:00
parent 41e88f64b2
commit 6e14e575b3

View File

@@ -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;