Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyingyan committed Mar 8, 2012
1 parent 5a430d0 commit 98076e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions topbar.html
Expand Up @@ -6,6 +6,7 @@
<script type='text/javascript' src='js/hci.js'></script>
<script type="text/javascript">
window.onscroll = function() {
var z = 0;
var doc = document;
var y = doc.body.scrollTop ? doc.body.scrollTop : doc.documentElement.scrollTop;
var topBar = doc.getElementById('navBar');
Expand Down

0 comments on commit 98076e9

Please sign in to comment.