Hide sidebar"

(toggleMenu(false);)
Line 1: Line 1:
 
<html>
 
<html>
 
<script>
 
<script>
$(function() { toggleMenu(false); });
+
window.onload = function() {
 +
toggleMenu(false);
 +
};
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 20:11, 28 October 2013