mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
ImportHandler: UI for showing maxFileSize error on import
This commit is an integration to f4418149cb
.
This commit is contained in:
parent
53d8e32ecb
commit
c6cb253f76
3 changed files with 11 additions and 2 deletions
|
@ -111,6 +111,8 @@ var padimpexp = (function()
|
|||
msg = html10n.get("pad.impexp.uploadFailed");
|
||||
} else if(status === "padHasData"){
|
||||
msg = html10n.get("pad.impexp.padHasData");
|
||||
} else if(status === "maxFileSize"){
|
||||
msg = html10n.get("pad.impexp.maxFileSize");
|
||||
}
|
||||
|
||||
function showError(fade)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue