mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Temporary code that brings in some export support
This commit is contained in:
parent
b4c2f6eb11
commit
50c6b9de00
3 changed files with 15 additions and 6 deletions
|
@ -21,6 +21,13 @@ var socket;
|
|||
$(document).ready(function()
|
||||
{
|
||||
handshake();
|
||||
// temporary place holder for exports, peter to move wherever he wants to put
|
||||
$("#exporthtmla").attr("href", document.location.href + "/export/html");
|
||||
$("#exportplaina").attr("href", document.location.href + "/export/plain");
|
||||
$("#exportworda").attr("href", document.location.href + "/export/word");
|
||||
$("#exportpdfa").attr("href", document.location.href + "/export/pdf");
|
||||
$("#exportopena").attr("href", document.location.href + "/export/open");
|
||||
$("#exportwordlea").attr("href", document.location.href + "/export/wordle");
|
||||
});
|
||||
|
||||
$(window).unload(function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue