No longer used.
authorJan Schneider <jan@horde.org>
Wed, 30 Jun 2010 21:39:31 +0000 (23:39 +0200)
committerJan Schneider <jan@horde.org>
Wed, 30 Jun 2010 21:39:31 +0000 (23:39 +0200)
kronolith/js/kronolith.js

index 62237ed..07caeac 100644 (file)
@@ -1848,7 +1848,6 @@ KronolithCore = {
                         }
                     };
 
-                var scrollArea = $(view == 'day' ? 'kronolithViewDay' : 'kronolithViewWeek').down('.kronolithViewBody');
                 if (draggerTop) {
                     opts.snap = function(x, y) {
                         y = Math.max(0, step * (Math.min(maxTop, y) / step | 0)) - this.scrollTop;