Your IP : 216.73.216.182


Current Path : /var/www/html/administrator/components/com_community/assets/js/
Upload File :
Current File : /var/www/html/administrator/components/com_community/assets/js/joomla25.js

jQuery(document).ready(function() {
	jQuery('#toolbar-box').remove();
});

jQuery(document).load(function() {
	// calculate sidebar height because it's absolute position
	var sidebarHeight = jQuery('.sidebar-collapse').position().top + jQuery('.sidebar-collapse').outerHeight();
	var contentHeight = jQuery('.page-content').outerHeight();

	var highestCol = Math.max(sidebarHeight, contentHeight);

	jQuery('.main-content').height(highestCol);

});