summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/js/EventCtrl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index 0038579f..093beac5 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -84,7 +84,7 @@ angular.module('zmApp.controllers')
$scope.eventsBeingLoaded = true;
$timeout (function() {
$scope.eventsBeingLoaded = false;
- },20);
+ },300);
});
@@ -3336,7 +3336,7 @@ angular.module('zmApp.controllers')
$scope.events[i].Event.thumbHeight = th.h;
//console.log ("Setting to "+th.w+"*"+th.h);
- eventHeight = document.getElementById('item-0').offsetHeight;
+ // eventHeight = document.getElementById('item-0').offsetHeight;
}