Temporary code that brings in some export support

This commit is contained in:
John McLear 2011-07-20 15:42:47 +01:00
parent b4c2f6eb11
commit 50c6b9de00
3 changed files with 15 additions and 6 deletions

View file

@ -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()