trgm: add disabled for now button part (add missing files)

master
Andrew Dolgov 10 years ago
parent 167fb03f3e
commit 7ebb2daf91

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

@ -0,0 +1,25 @@
function showTrgmRelated(id) {
try {
var query = "backend.php?op=pluginhandler&plugin=af_psql_trgm&method=showrelated&param=" + param_escape(id);
if (dijit.byId("editNoteDlg"))
dijit.byId("editNoteDlg").destroyRecursive();
dialog = new dijit.Dialog({
id: "editNoteDlg",
title: __("Related articles"),
style: "width: 600px",
execute: function() {
},
href: query,
});
dialog.show();
} catch (e) {
exception_error("showTrgmRelated", e);
}
}
Loading…
Cancel
Save