##// END OF EJS Templates
use `window.onbeforeunload=` for nav-away warning...
use `window.onbeforeunload=` for nav-away warning Firefox 22 broke `$(window).on("beforeunload")` somehow, for some reason, resulting in always showing a dialog, regardless of the function's return value. The only fix I could find was resorting to the basic low-level API.
MinRK -
r11111:47587ae4
Show More
Name Size Modified Last Commit Author
/ IPython / kernel / tests
__init__.py Loading ...
test_kernelmanager.py Loading ...
test_launcher.py Loading ...
test_message_spec.py Loading ...
test_multikernelmanager.py Loading ...
test_public_api.py Loading ...