1 function showTrgmRelated(id) {
4 const query = "backend.php?op=pluginhandler&plugin=af_psql_trgm&method=showrelated¶m=" + param_escape(id);
6 if (dijit.byId("trgmRelatedDlg"))
7 dijit.byId("trgmRelatedDlg").destroyRecursive();
9 dialog = new dijit.Dialog({
11 title: __("Related articles"),
12 style: "width: 600px",
22 exception_error("showTrgmRelated", e);