From d91151091df8cd455e96544a1b30f88f1db409c1 Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Mon, 4 Jul 2016 13:55:42 +0530 Subject: [PATCH] Show 'Download' tooltip for download icon in revision history --- js/documents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/documents.js b/js/documents.js index ee578bc8..8d70822f 100644 --- a/js/documents.js +++ b/js/documents.js @@ -216,7 +216,7 @@ var documentsMain = { '', revHistoryItemTemplate: '
  • ' + - '' + + '' + '{{formattedTimestamp}}' + '' + '
  • ',