bookmarks plugin: fix error caused by missing hook parameters.
i've guessed as to what was expected here, but they don't seem to be used much anyway
This commit is contained in:
parent
10e48fe449
commit
792acc33ed
@ -2,7 +2,7 @@
|
||||
// @id iitc-plugin-bookmarks@ZasoGD
|
||||
// @name IITC plugin: Bookmarks for maps and portals
|
||||
// @category Controls
|
||||
// @version 0.2.5.@@DATETIMEVERSION@@
|
||||
// @version 0.2.6.@@DATETIMEVERSION@@
|
||||
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
||||
// @updateURL @@UPDATEURL@@
|
||||
// @downloadURL @@DOWNLOADURL@@
|
||||
@ -196,7 +196,7 @@
|
||||
|
||||
window.plugin.bookmarks.bkmrksObj[typeList][ID]['state'] = newFlag;
|
||||
window.plugin.bookmarks.saveStorage();
|
||||
window.runHooks('pluginBkmrksEdit');
|
||||
window.runHooks('pluginBkmrksEdit', {"target": "folder", "action": newFlag?"open":"close", "id": ID});
|
||||
}
|
||||
|
||||
// Load the HTML bookmarks
|
||||
|
Loading…
x
Reference in New Issue
Block a user