• 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
m
audio player test
Line 1: Line 1:  
$(document).ready(function(){
 
$(document).ready(function(){
 +
// Voting Mechanism
 
if($(".sc_vote").length>0){
 
if($(".sc_vote").length>0){
 
var sc_total = $(".sc_vote").length;
 
var sc_total = $(".sc_vote").length;
Line 20: Line 21:  
$(".sc_tally_val", this).text(Math.round(sc_tally_percent)+"%");
 
$(".sc_tally_val", this).text(Math.round(sc_tally_percent)+"%");
 
});
 
});
 +
}
 +
 +
// Small Audio Player
 +
if($(".ogg_player").length>0){
 +
$(".ogg_player").css("height", "23px !important");
 +
$(".ogg_player").css("overflow", "hidden");
 +
$(".ogg_player button").css("width", "50px !important");
 
}
 
}
 
});
 
});
15

edits

Navigation menu