Commit 66ea3049 by Chris Rodriguez

WIP JS fixes

parent d14a87ca
...@@ -154,7 +154,6 @@ ...@@ -154,7 +154,6 @@
switch (event.which) { switch (event.which) {
case keys.esc: case keys.esc:
event.preventDefault();
if ($zoomed.hasClass('is-visible')) { if ($zoomed.hasClass('is-visible')) {
detachZoomed(); detachZoomed();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment