From 58f955d2bbd8f1707d66eea3bcac49f1606de0d8 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 1 Jul 2011 14:29:15 +0530 Subject: [PATCH] minor, change text for View Original --- edgware/static/js/files/browse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgware/static/js/files/browse.js b/edgware/static/js/files/browse.js index dcf0f68..95ab538 100644 --- a/edgware/static/js/files/browse.js +++ b/edgware/static/js/files/browse.js @@ -66,7 +66,7 @@ function getJQ(f) { break; }; html += "
"; - html += "Click to View Original File"; + html += "View Original"; $previewObj.html(html); $itemForm = getItemForm(f); $itemForm.appendTo($pane);