'use strict' /* eslint-disable new-cap */ /* eslint-disable no-new */ /* global __, dojo, dijit, Notify, App, Feeds, xhr, Tables, fox */ /* exported CommonDialogs */ const CommonDialogs = { closeInfoBox: function() { const dialog = dijit.byId("infoBox"); if (dialog) dialog.hide(); }, safeModeWarning: function() { const dialog = new fox.SingleUseDialog({ title: __("Safe mode"), content: `
${App.escapeHtml(row.title)} | ${App.escapeHtml(row.last_error)} |