Add missing debug line for notifier registration
This commit is contained in:
parent
59ca0731b8
commit
42f87597cf
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ Zotero.Notifier = new function(){
|
|||
if (priority) {
|
||||
msg += " with priority " + priority;
|
||||
}
|
||||
Zotero.debug(msg, 4);
|
||||
_observers[hash] = {
|
||||
ref: ref,
|
||||
types: types,
|
||||
|
|
Loading…
Reference in a new issue