Skip to content

Commit

Permalink
Visible var line updated when window resized
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 16, 2012
1 parent 1ad510d commit 2c2791b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codox.core/resources/codox/js/page_effects.js
Expand Up @@ -60,5 +60,8 @@ function resizeNamespaces() {

$(window).ready(resizeNamespaces)
$(window).ready(setCurrentVarLink)
$(window).ready(function() { $('#content').scroll(setCurrentVarLink) })
$(window).ready(function() { persistScrollPosition('#namespaces')})
$(window).ready(function() {
$('#content').scroll(setCurrentVarLink)
$(window).resize(setCurrentVarLink)
})

0 comments on commit 2c2791b

Please sign in to comment.