removing dokuwiki

This commit is contained in:
John McLear 2014-12-27 14:08:45 +01:00
parent 88ab74b1e9
commit ae22332f71
8 changed files with 1 additions and 379 deletions

View file

@ -199,7 +199,6 @@ var padimpexp = (function()
// build the export links
$("#exporthtmla").attr("href", pad_root_path + "/export/html");
$("#exportplaina").attr("href", pad_root_path + "/export/txt");
$("#exportdokuwikia").attr("href", pad_root_path + "/export/dokuwiki");
// activate action to import in the form
$("#importform").attr('action', pad_root_url + "/import");