forked from 0x2620/pandora
first round of browser based upload
This commit is contained in:
parent
65943df3f8
commit
cff5652853
6 changed files with 547 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue