Difference between revisions of "Team:ATOMS-Turkiye/Team/ATOMss"

 
(One intermediate revision by the same user not shown)
Line 126: Line 126:
 
   });
 
   });
 
});
 
});
 +
var observer_config = {
 +
  attributes: true,
 +
  childList: true,
 +
  characterData: true,
 +
  subtree: true
 +
};
 +
observer.observe(observer_target, observer_config);
 +
</script>
  
 +
<script>
 
   $(function(){
 
   $(function(){
 
     $("#headerWrapper").sticky({topSpacing:51});
 
     $("#headerWrapper").sticky({topSpacing:51});

Latest revision as of 23:46, 4 October 2015


1

2

3

4

5

6

7

8

9

10