Putting document.ready back

This commit is contained in:
Hexagon 2010-12-07 22:38:02 +01:00
parent 80c5c5c9f5
commit d04e8eff00

View file

@ -3,6 +3,7 @@
-# the COPYRIGHT file.
:javascript
$(document).ready(function(){
$("#settings_nav li > a").live("click", function() {
var target = "#"+$(this).attr('class');
if( !$(target).is(":visible") ) {
@ -11,6 +12,7 @@
});
}
});
}
#section_header
%h2