fix minor stuff, rename some CSS classes
This commit is contained in:
@@ -15,7 +15,10 @@ function makeOpaque()
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
$("#navbar").addClass('navbar-allowmoving');
|
||||
scroll_pos = $(this).scrollTop();
|
||||
|
||||
if(scroll_pos > offset)
|
||||
{
|
||||
makeOpaque();
|
||||
|
||||
Reference in New Issue
Block a user