From: Aleksander Ɓukasz Date: Thu, 13 Jun 2013 14:43:36 +0000 (+0200) Subject: Fix in documentHistory X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/118b83d442f52feca33ba6568ef39df2092568b7 Fix in documentHistory --- 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); } } };