From 1aa0417c3328659037445bcc8a27e2ce316bfc83 Mon Sep 17 00:00:00 2001 From: Rick Companje Date: Mon, 2 Feb 2015 17:23:29 +0100 Subject: [PATCH] minor change --- js/buttonbehaviors.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/buttonbehaviors.js b/js/buttonbehaviors.js index 64c8c8d..93efa4f 100644 --- a/js/buttonbehaviors.js +++ b/js/buttonbehaviors.js @@ -484,8 +484,7 @@ function initLimitedInterface() { btnPrint.hide(); btnStop.hide(); btnInfo.hide(); - btnPrevious.hide(); - btnNext.hide(); + $("#btnsPrevNext").hide(); $("#thermometerContainer").hide(); $("#progressbarCanvasContainerParent").hide(); $("#btnSave").addClass("fake-print-button");