plugins: run eslint const/let fixes

This commit is contained in:
Andrew Dolgov
2018-11-30 08:39:45 +03:00
parent c10a43069e
commit dbb4cdbe36
5 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
function showTrgmRelated(id) {
try {
var query = "backend.php?op=pluginhandler&plugin=af_psql_trgm&method=showrelated&param=" + param_escape(id);
const query = "backend.php?op=pluginhandler&plugin=af_psql_trgm&method=showrelated&param=" + param_escape(id);
if (dijit.byId("trgmRelatedDlg"))
dijit.byId("trgmRelatedDlg").destroyRecursive();