Add debug to submission list

This commit is contained in:
cuom1999 2022-05-18 14:10:23 -05:00
parent 300572d6da
commit 0b2c410fe5

View file

@ -231,6 +231,16 @@
}
}
);
receiver.onwsclose = function (event) {
if (event.code == 1001) {
console.log('Navigated away');
return;
}
console.log('You probably should refresh?');
// $('.ws-closed').show().find('a').click(function () {
// window.location.reload();
// });
};
return receiver;
}
</script>