mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 11:22:41 +01:00
Merge branch 'master' of http://github.com/Pita/etherpad-lite
This commit is contained in:
commit
0336526a64
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ var padimpexp = (function()
|
||||||
$("#exportworda").remove();
|
$("#exportworda").remove();
|
||||||
$("#exportpdfa").remove();
|
$("#exportpdfa").remove();
|
||||||
$("#exportopena").remove();
|
$("#exportopena").remove();
|
||||||
|
$(".importformdiv").remove();
|
||||||
$("#import").html("Import is not available. To enable import please install abiword");
|
$("#import").html("Import is not available. To enable import please install abiword");
|
||||||
}
|
}
|
||||||
else if(clientVars.abiwordAvailable == "withoutPDF")
|
else if(clientVars.abiwordAvailable == "withoutPDF")
|
||||||
|
|
Loading…
Reference in a new issue