mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
prompt rechargement de la page
TODO: checker si modification
This commit is contained in:
parent
5a4309fcf3
commit
818f08d24c
@ -903,6 +903,11 @@ var createEventsListener = function() {
|
||||
zoomChange(1)
|
||||
});
|
||||
|
||||
window.addEventListener('beforeunload', function(event) {
|
||||
event.preventDefault();
|
||||
return true;
|
||||
});
|
||||
|
||||
if(hash) {
|
||||
updateNbLayers();
|
||||
setInterval(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user