Changeset 2745 in products for quintagroup.portlet.collection


Ignore:
Timestamp:
Aug 12, 2010 1:30:07 PM (14 years ago)
Author:
fenix
Message:
  • fixed navigation bug.
  • removed trailing spaces.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.portlet.collection/trunk/quintagroup/portlet/collection/browser/resources/batch.js

    r2740 r2745  
    1616      jq('dd.page-'+(index)).show(); 
    1717    }; 
    18            
     18 
    1919    var bind_prev_handler = function(link, index){ 
    2020      if (index == 0) { 
     
    2727          for (i=1;i<=batch_size;i++){ 
    2828            jq(nav_links[index-i]).show(); 
    29             if (i==batch_size) { 
    30               jq(nav_links[index-i]).find('.navlinkSeparator').hide(); 
    31             } 
    3229          } 
    3330        } 
Note: See TracChangeset for help on using the changeset viewer.