Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. 55a59,63
  6. > }else{
  7. >         selectedTab = $("#headertabs li.selected > a").text();
  8. >         if( selectedTab.length ){
  9. >           $tabs.tabs('select',tabNameEscape(selectedTab));
  10. >         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement