Plugin Directory

Changeset 505732


Ignore:
Timestamp:
02/16/2012 03:05:16 AM (14 years ago)
Author:
vancoder
Message:

Removed debugging alert

Location:
rehabtabs/trunk/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rehabtabs/trunk/js/rehabtabs.js

    r457203 r505732  
    1818    rehabtabsOptions.ajaxOptions = {
    1919        error: function (xhr, status, index, anchor) {
    20             alert(xhr + status + index + anchor);
    2120            $(anchor.hash).html("Couldn't load this tab. We'll try to fix this as soon as possible.")
    2221        }
  • 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)});
     1jQuery(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.