Changes

m
Reverted edits by Gensui Hime (talk) to last revision by Patches
Line 12: Line 12:  
     });
 
     });
 
}
 
}
 +
 +
$(document).ready(function() {
 +
    setInterval('AutoScroll("#scrollDiv")',5000);
 +
    //image loading effect
 +
    $('img').on('load', function(e){
 +
        var target = $(this);
 +
        target.css('opacity', 0).animate({opacity: 1}, 1000);
 +
  });
 +
});
    +
 
mw.hook( 'wikipage.content' ).add( createCollapseButtons );
 
mw.hook( 'wikipage.content' ).add( createCollapseButtons );