first round of browser based upload

This commit is contained in:
j 2012-03-17 01:15:06 +01:00
commit cff5652853
6 changed files with 547 additions and 4 deletions

View file

@ -1109,6 +1109,11 @@ pandora.selectList = function() {
}
};
pandora.beforeunloadWindow = function() {
if (pandora.firefogg)
return "Encoding is currently running\nDo you want to leave this page?";
}
pandora.unloadWindow = function() {
//prevent errors on unload
pandora.isUnloading = true;