mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-12 02:01:31 -04:00
add Mediawiki support
This commit is contained in:
parent
e19c05d1c4
commit
d1bf009071
7 changed files with 379 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue