mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-07 22:49:28 +01:00
[bug] fix modal event handler not being removed on modal close
This commit is contained in:
parent
31ce36be8b
commit
658f2bb073
@ -99,6 +99,7 @@ var modal = (function() {
|
||||
modal.remove();
|
||||
};
|
||||
mod.close();
|
||||
bind.focus.remove();
|
||||
};
|
||||
var modalBody = helper.node("div|class:modal-body");
|
||||
var modalControls = helper.node("div|class:modal-controls");
|
||||
|
Loading…
Reference in New Issue
Block a user