1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-06-03 06:22:13 +02:00

prompt rechargement de la page

TODO: checker si modification
This commit is contained in:
Gabriel Poma 2022-12-26 18:18:09 +01:00
parent 5a4309fcf3
commit 818f08d24c

View file

@ -903,6 +903,11 @@ var createEventsListener = function() {
zoomChange(1) zoomChange(1)
}); });
window.addEventListener('beforeunload', function(event) {
event.preventDefault();
return true;
});
if(hash) { if(hash) {
updateNbLayers(); updateNbLayers();
setInterval(function() { setInterval(function() {