Ignore:
Timestamp:
Oct 9, 2010, 11:27:44 PM (14 years ago)
Author:
grum
Message:

fix js&css bugs with IE8 + improve GPCTabsSheet templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/js/pagesNavigator.js

    r6106 r7142  
    154154    if( (re.exec(options.hideMode)==null)==false && pages.num==1)
    155155    {
    156       $('#'+itemsId.container).html(content);
     156      $('#'+itemsId.container).html('');
    157157      return('');
    158158    }
    159159
    160     content="<ul id='"+container+"PageNavigator'>";
     160    var content="<ul id='"+container+"PageNavigator'>";
    161161
    162162    styleLI=" list-style:none;float:left; ";
Note: See TracChangeset for help on using the changeset viewer.