1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 14:51:28 +00:00

set dialogs to const

This commit is contained in:
Andrew Dolgov
2018-11-29 21:13:41 +03:00
parent 1b91bb4564
commit 9dc5524df1
3 changed files with 15 additions and 21 deletions

View File

@@ -1020,7 +1020,7 @@ function editArticleTags(id) {
if (dijit.byId("editTagsDlg"))
dijit.byId("editTagsDlg").destroyRecursive();
var dialog = new dijit.Dialog({
const dialog = new dijit.Dialog({
id: "editTagsDlg",
title: __("Edit article Tags"),
style: "width: 600px",