mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-09 07:28:21 +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();
|
modal.remove();
|
||||||
};
|
};
|
||||||
mod.close();
|
mod.close();
|
||||||
|
bind.focus.remove();
|
||||||
};
|
};
|
||||||
var modalBody = helper.node("div|class:modal-body");
|
var modalBody = helper.node("div|class:modal-body");
|
||||||
var modalControls = helper.node("div|class:modal-controls");
|
var modalControls = helper.node("div|class:modal-controls");
|
||||||
|
Loading…
Reference in New Issue
Block a user