From 802866a5dafd94eb45cedbb542554dc6fcc1f285 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 20 Jul 2011 16:01:26 +0100 Subject: [PATCH] Open link in new window file --- static/js/pad2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/pad2.js b/static/js/pad2.js index 4a861d76d..29c077d42 100644 --- a/static/js/pad2.js +++ b/static/js/pad2.js @@ -21,6 +21,7 @@ var socket; $(document).ready(function() { handshake(); +// This is a temporary location, Peter to move $("#exporthtmla").attr("href", document.location.href + "/export/html"); $("#exportplaina").attr("href", document.location.href + "/export/txt"); $("#exportworda").attr("href", document.location.href + "/export/doc");