* set fixScroll to public.

This commit is contained in:
wangyidong
2016-06-12 13:24:31 +08:00
parent 64d95aa406
commit 9bc735b504
+3 -1
View File
@@ -90,7 +90,10 @@ $(document).ready(function()
};
setTimeout(function(){fixScroll()}, 500);
});
</script>
<?php endif;?>
<script>
/**
* Fix scroll bar.
*
@@ -124,4 +127,3 @@ function fixScroll()
});
}
</script>
<?php endif;?>