forked from 0x2620/pandora
cleanup
This commit is contained in:
parent
02552f3f83
commit
c6c2a425cc
16 changed files with 224 additions and 73 deletions
|
|
@ -76,7 +76,9 @@ pandora.ui.uploadPDFDialog = function(options) {
|
|||
done: function(data) {
|
||||
if (data.progress == 1) {
|
||||
Ox.Request.clearCache();
|
||||
pandora.$ui.mainPanel.replaceElement(1, pandora.$ui.textPanel = pandora.ui.textPanel());
|
||||
pandora.$ui.mainPanel.replaceElement(
|
||||
1, pandora.$ui.textPanel = pandora.ui.textPanel()
|
||||
);
|
||||
that.close();
|
||||
} else {
|
||||
$content.html("failed: " + data.responseText);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue