fix #507 import showing when it shouldnt

This commit is contained in:
John McLear 2012-02-26 21:26:42 +00:00
parent 1b66a48eaf
commit 4dc86f3382
1 changed files with 1 additions and 0 deletions

View File

@ -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")