Changeset d561e9 in indico
- Timestamp:
- 02/22/12 17:18:21 (15 months ago)
- 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)
- File:
-
- 1 edited
-
indico/htdocs/js/indico/Core/Widgets/Base.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/Core/Widgets/Base.js
r30fd01 rd561e9 498 498 if(!$.browser.msie) { 499 499 var origIdx = idx; 500 while(idx > 0) {500 while(idx >= 0) { 501 501 self.scrollToTab(idx - 1); // try scrolling left 1 tab 502 502 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.
