Difference between revisions of "Template:Freiburg/wiki content start"

Line 39: Line 39:
 
       if ($window.width() < 1320) {
 
       if ($window.width() < 1320) {
 
         if (y > ($doc_heighttop - 100)) {
 
         if (y > ($doc_heighttop - 100)) {
           // blob stays 100px above bottom
+
           //blob stays 100px above bottom
           //console.log("y 100 up");
+
           console.log("blobstop");
 
         } else {
 
         } else {
 
           //console.log('y in window');
 
           //console.log('y in window');
Line 47: Line 47:
 
       } else if ($window.width() > 1320) {
 
       } else if ($window.width() > 1320) {
 
         if (y > ($doc_heighttop - 430)) {
 
         if (y > ($doc_heighttop - 430)) {
           //console.log("y 430 up");
+
           console.log("blobstop");
 
         } else {
 
         } else {
 
           //console.log('y in window');
 
           //console.log('y in window');

Revision as of 08:11, 8 September 2015