From 118b83d442f52feca33ba6568ef39df2092568b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 13 Jun 2013 16:43:36 +0200 Subject: [PATCH] Fix in documentHistory --- modules/documentHistory/documentHistory.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/documentHistory/documentHistory.js b/modules/documentHistory/documentHistory.js index 2c3a3b6..61eec9e 100644 --- a/modules/documentHistory/documentHistory.js +++ b/modules/documentHistory/documentHistory.js @@ -74,6 +74,8 @@ return function(sandbox) { toggleButton('compare', true); toggleButton('show2', false); toggleButton('restore', false); + } else { + toggleItemViews(true); } } }; -- 2.20.1