add Mediawiki support

This commit is contained in:
François Boulogne 2012-11-02 14:06:48 +01:00
parent e19c05d1c4
commit d1bf009071
7 changed files with 379 additions and 1 deletions

View file

@ -218,6 +218,7 @@ var padimpexp = (function()
$("#exporthtmla").attr("href", pad_root_path + "/export/html");
$("#exportplaina").attr("href", pad_root_path + "/export/txt");
$("#exportdokuwikia").attr("href", pad_root_path + "/export/dokuwiki");
$("#exportmediawikia").attr("href", pad_root_path + "/export/mediawiki");
//hide stuff thats not avaible if abiword is disabled
if(clientVars.abiwordAvailable == "no")