mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-07 13:16:36 +02:00
fix #507 import showing when it shouldnt
This commit is contained in:
parent
1b66a48eaf
commit
4dc86f3382
@ -257,6 +257,7 @@ var padimpexp = (function()
|
||||
$("#exportworda").remove();
|
||||
$("#exportpdfa").remove();
|
||||
$("#exportopena").remove();
|
||||
$(".importformdiv").remove();
|
||||
$("#import").html("Import is not available. To enable import please install abiword");
|
||||
}
|
||||
else if(clientVars.abiwordAvailable == "withoutPDF")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user