Difference between revisions of "Template:Team:Bielefeld-CeBiTec/JS"

(updated js to make new navbar working)
m (fix bug with not hiding previous page button on start page)
Line 177: Line 177:
 
}
 
}
 
if ($index == 0) {
 
if ($index == 0) {
//$("#page-switch-prev-li").hide();
+
$("#page-switch-prev-li").hide();
 
} else {
 
} else {
 
$("#page-switch-prev").attr("href", $story[$index - 1]);
 
$("#page-switch-prev").attr("href", $story[$index - 1]);

Revision as of 14:25, 19 September 2017