From b23c062a92a9f3ddfcccdaf8c3078d0b05366ca3 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 24 Jan 2012 18:31:02 +0100 Subject: [PATCH] Minor fix in the main/session/index.php moving the tabs() js function at the end --- main/session/index.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/main/session/index.php b/main/session/index.php index c759e52269..e69b6e3ef2 100644 --- a/main/session/index.php +++ b/main/session/index.php @@ -351,10 +351,7 @@ $(function() { $("#tabs").bind('tabsselect', function(event, ui) { window.location.href=ui.tab; }); - - //Generate tabs with jquery-ui - $('#tabs').tabs(); - $( "#sub_tab" ).tabs(); + + + + //Generate tabs with jquery-ui + $('#tabs').tabs(); + $( "#sub_tab" ).tabs(); });