summaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index 846c00f..ed3d1fd 100644
--- a/src/index.html
+++ b/src/index.html
@@ -26,6 +26,14 @@
tabs.tabs( 'refresh' );
});
+ tabs.find( ".ui-tabs-nav" ).sortable( {
+ axis: "x",
+ stop: function( ) {
+ var tabs = $( "#tabs" ).tabs( );
+ tabs.tabs( "refresh" );
+ }
+ });
+
});
$(document).ready( function( ) {