possible fix for bug which causes to reload the page when adding link (happens only rarely)

This commit is contained in:
azivner 2017-09-03 19:43:03 -04:00
parent 1c5483905d
commit de971d5db5

View File

@ -185,6 +185,8 @@ $("#insertLinkForm").submit(function addLink() {
isNewWindow: true isNewWindow: true
}); });
} }
return false;
}); });
$(document).bind('keydown', 'alt+s', function() { $(document).bind('keydown', 'alt+s', function() {