Import html by default and allow basic import/export features without abiword

This commit is contained in:
Iván Eixarch 2012-11-23 22:55:25 +01:00
parent ef3231efd2
commit cc60b82a6e
3 changed files with 40 additions and 40 deletions

View file

@ -225,8 +225,8 @@ var padimpexp = (function()
$("#exportworda").remove();
$("#exportpdfa").remove();
$("#exportopena").remove();
$(".importformdiv").remove();
$("#import").html("Import is not available. To enable import please install abiword");
$("#importform").attr('action', pad_root_url + "/import");
}
else if(clientVars.abiwordAvailable == "withoutPDF")
{