Changeset 505732
- Timestamp:
- 02/16/2012 03:05:16 AM (14 years ago)
- Location:
- rehabtabs/trunk/js
- Files:
-
- 2 edited
-
rehabtabs.js (modified) (1 diff)
-
rehabtabs.packed.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rehabtabs/trunk/js/rehabtabs.js
r457203 r505732 18 18 rehabtabsOptions.ajaxOptions = { 19 19 error: function (xhr, status, index, anchor) { 20 alert(xhr + status + index + anchor);21 20 $(anchor.hash).html("Couldn't load this tab. We'll try to fix this as soon as possible.") 22 21 } -
rehabtabs/trunk/js/rehabtabs.packed.js
r457203 r505732 1 jQuery(function($){var rehabtabsOptions={};if(options_object.cookie){rehabtabsOptions.cookie={expires:30}}if(options_object.collapsible){rehabtabsOptions.collapsible=true,rehabtabsOptions.selected=-1}if(options_object.fx){rehabtabsOptions.fx={opacity:'toggle'}}rehabtabsOptions.spinner='Retrieving data...';rehabtabsOptions.ajaxOptions={error:function(xhr,status,index,anchor){ alert(xhr+status+index+anchor);$(anchor.hash).html("Couldn't load this tab. We'll try to fix this as soon as possible.")}};$('.rehabtabs').tabs(rehabtabsOptions)});1 jQuery(function($){var rehabtabsOptions={};if(options_object.cookie){rehabtabsOptions.cookie={expires:30}}if(options_object.collapsible){rehabtabsOptions.collapsible=true,rehabtabsOptions.selected=-1}if(options_object.fx){rehabtabsOptions.fx={opacity:'toggle'}}rehabtabsOptions.spinner='Retrieving data...';rehabtabsOptions.ajaxOptions={error:function(xhr,status,index,anchor){$(anchor.hash).html("Couldn't load this tab. We'll try to fix this as soon as possible.")}};$('.rehabtabs').tabs(rehabtabsOptions)});
Note: See TracChangeset
for help on using the changeset viewer.