Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
test [2019/05/04] gomidatest [2019/05/04] gomida
Line 44: Line 44:
       if ($stickyPosition <= $window.scrollTop()) {               if ($stickyPosition <= $window.scrollTop()) {        
         var $nextSticky = $stickies.eq(i + 1);         var $nextSticky = $stickies.eq(i + 1);
-        var $nextStickyPosition = $nextSticky.data('originalPosition')- $thisSticky.data('originalHeight')-69;+        var $nextStickyPosition = $nextSticky.data('originalPosition')- $thisSticky.data('originalHeight')-70;
  
         $thisSticky.addClass("fixed");         $thisSticky.addClass("fixed");

TypeError: Cannot access offset of type string on string

TypeError: Cannot access offset of type string on string

An unforeseen error has occured. This is most likely a bug somewhere.

More info has been written to the DokuWiki error log.