first round of browser based upload
This commit is contained in:
parent
65943df3f8
commit
cff5652853
6 changed files with 547 additions and 4 deletions
|
|
@ -208,12 +208,11 @@ appPanel
|
|||
document: $(document),
|
||||
window: $(window)
|
||||
.bind({
|
||||
beforeunload: pandora.beforeunloadWindow,
|
||||
resize: function() {
|
||||
pandora.resizeWindow();
|
||||
},
|
||||
unload: function() {
|
||||
pandora.unloadWindow();
|
||||
}
|
||||
unload: pandora.unloadWindow
|
||||
})
|
||||
},
|
||||
site: data.site,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue