We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aca6f9 + 0875d56 commit 3bc3b5bCopy full SHA for 3bc3b5b
notebook/static/notebook/js/notebook.js
@@ -2761,6 +2761,8 @@ define([
2761
if (that._changed_on_disk_dialog !== null) {
2762
// update save callback on the confirmation button
2763
that._changed_on_disk_dialog.find('.save-confirm-btn').click(_save);
2764
+ //Rebind Click Event on Reload
2765
+ that._changed_on_disk_dialog.find('.btn-warning').click(function () {window.location.reload()});
2766
// redisplay existing dialog
2767
that._changed_on_disk_dialog.modal('show');
2768
} else {
0 commit comments