From eba6b682262966677b1d8d7c4a4d228c9c20c7bc Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 18 Nov 2013 21:27:35 +0200 Subject: [PATCH] small media list scrolling performance improvement --- static/js/main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/js/main.js b/static/js/main.js index 4d7b2ff..8e2eef3 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -1545,9 +1545,6 @@ function runMediaDialog(cameraId, mediaType) { var $this = $(this); var entryDiv = $this.parent(); - if (!entryDiv.is(':visible')) { - return; - } var top1 = entryDiv.position().top; var top2 = top1 + entryDiv.height(); -- 2.39.5