Your IP : 216.73.216.224


Current Path : /var/www/html/media/com_rsfirewall/js/
Upload File :
Current File : /var/www/html/media/com_rsfirewall/js/ordertable.js

Joomla.orderTable = function(listOrder) {
	table = document.getElementById("sortTable");
	direction = document.getElementById("directionTable");
	order = table.options[table.selectedIndex].value;
	
	if (order != listOrder) {
		dirn = 'asc';
	} else {
		dirn = direction.options[direction.selectedIndex].value;
	}
	
	Joomla.tableOrdering(order, dirn, '');
}