No need to notify us that an event listener is being added
This commit is contained in:
parent
9adbf332e3
commit
06acd954df
1 changed files with 0 additions and 1 deletions
|
@ -387,7 +387,6 @@ var Zotero_Browser = new function() {
|
|||
if(!contentWin.haveZoteroEventListener) {
|
||||
contentWin.addEventListener("ZoteroItemUpdated", itemUpdated, false);
|
||||
contentWin.haveZoteroEventListener = true;
|
||||
Zotero.debug("event listener registered");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue