Closed lmperry closed 10 years ago
Yes I got it, only it goes into a folder so I do not get the notification.
On Dec 18, 2013, at 10:45 AM, Michael Perry notifications@github.com wrote:
It would be very helpful to add a warning before users navigate away from the upload page. Navigating away from the page could cause problems if the upload is already in progress.
Something like the following might work:
window.onbeforeunload = function() { return "An upload may be in progress, are you sure you want to leave?"; }
— Reply to this email directly or view it on GitHub.
It would be very helpful to add a warning before users navigate away from the upload page. Navigating away from the page could cause problems if the upload is already in progress.
Something like the following might work:
window.onbeforeunload = function() { return "An upload may be in progress, are you sure you want to leave?"; }