mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
semi working requires browser refresh
This commit is contained in:
parent
565097efb4
commit
3773b6346b
7 changed files with 91 additions and 42 deletions
|
@ -198,6 +198,7 @@ var padimpexp = (function()
|
|||
|
||||
// build the export links
|
||||
$("#exporthtmla").attr("href", pad_root_path + "/export/html");
|
||||
$("#exportetherpada").attr("href", pad_root_path + "/export/etherpad");
|
||||
$("#exportplaina").attr("href", pad_root_path + "/export/txt");
|
||||
|
||||
// activate action to import in the form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue