diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/js/pad_impexp.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/pad_impexp.js b/static/js/pad_impexp.js index 6fe42c70..130281bf 100644 --- a/static/js/pad_impexp.js +++ b/static/js/pad_impexp.js @@ -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") |