code commenting
This commit is contained in:
		
							parent
							
								
									a1e73e9d39
								
							
						
					
					
						commit
						92e6fbd67a
					
				@ -16,8 +16,14 @@ window.onload = function() {
 | 
				
			|||||||
        $header.toggleClass('unrolled');
 | 
					        $header.toggleClass('unrolled');
 | 
				
			||||||
        $header.toggleClass('rolled');
 | 
					        $header.toggleClass('rolled');
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Move the title out of the content div
 | 
				
			||||||
    $('.title').prependTo($("body"));
 | 
					    $('.title').prependTo($("body"));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Move the postamble in the content div
 | 
				
			||||||
    $('#postamble').appendTo($("#content"));
 | 
					    $('#postamble').appendTo($("#content"));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // Move each table in a div to handle large tables' overflow
 | 
				
			||||||
    $('table').each(function(){
 | 
					    $('table').each(function(){
 | 
				
			||||||
        $table = $(this);
 | 
					        $table = $(this);
 | 
				
			||||||
        $table.before('<div class="largetable"></div>');
 | 
					        $table.before('<div class="largetable"></div>');
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user