Changeset d561e9 in indico


Ignore:
Timestamp:
02/22/12 17:18:21 (15 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
0e30fb
Parents:
ccaddf
git-author:
Alberto Resco Perez <alberto.resco.perez@…> (02/22/12 12:35:20)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (02/22/12 17:18:21)
Message:

[FIX] "All days" tab TT selected not moved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/js/indico/Core/Widgets/Base.js

    r30fd01 rd561e9  
    498498            if(!$.browser.msie) { 
    499499                var origIdx = idx; 
    500                 while(idx > 0) { 
     500                while(idx >= 0) { 
    501501                    self.scrollToTab(idx - 1); // try scrolling left 1 tab 
    502502                    if(nav.find(' > li').eq(origIdx).is(':hidden')) { // if our tab is now hidden, scroll one tab forward again and stop 
Note: See TracChangeset for help on using the changeset viewer.