View difference between Paste ID: snLhkq5z and U0TNP0Du
SHOW: | | - or go back to the newest paste.
1
diff HeaderTabs-HEAD-7bfd0ae/skins-jquery/ext.headertabs.core.js HeaderTabs/skins-jqueryext.headertabs.core.js
2
15a16,17
3
>         //whitespaces need to be replaced again to underscore in order to select the tab
4
>         tabName = tabName.replace( /%20/g, '_' );
5-
35a38,39
5+
55a59,63
6-
>           var selectorText = false;
6+
7-
>           if(selectorText){
7+
8-
39a44
8+
>         if( selectedTab.length ){
9-
>           }
9+
>           $tabs.tabs('select',tabNameEscape(selectedTab));
10-
48a54
10+
>         }