mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:35:57 +00:00
move addInstance call to instances plugin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function addInstance() {
|
||||
try {
|
||||
var query = "backend.php?op=dlg&method=addInstance";
|
||||
var query = "backend.php?op=pluginhandler&plugin=instances&method=addInstance";
|
||||
|
||||
if (dijit.byId("instanceAddDlg"))
|
||||
dijit.byId("instanceAddDlg").destroyRecursive();
|
||||
|
||||
Reference in New Issue
Block a user