• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 4: Line 4:  
  * Original from touhouwiki
 
  * Original from touhouwiki
 
  */
 
  */
function AutoScroll(objNotice) {
+
var AutoScroll = function(objNotice) {
 
     $(objNotice).find("ul:first").animate({
 
     $(objNotice).find("ul:first").animate({
 
         marginTop:"-25px"
 
         marginTop:"-25px"
Line 10: Line 10:  
         $(this).css({marginTop: "0px"}).find("li:first").appendTo(this);
 
         $(this).css({marginTop: "0px"}).find("li:first").appendTo(this);
 
     });
 
     });
}
+
};
    
$(document).ready(function() {
 
$(document).ready(function() {

Navigation menu