Index: trunk/extensions/MobileFrontend/javascripts/toggle.js |
— | — | @@ -63,7 +63,7 @@ |
64 | 64 | p = p.parentNode; |
65 | 65 | } |
66 | 66 | if ( p && ! u( p ).hasClass( 'openSection' ) ) { |
67 | | - section_idx = parseInt( p.id.split( '_' )[1], 10 ); |
| 67 | + section_idx = p.id.split( '_' )[1]; |
68 | 68 | wm_toggle_section( section_idx ); |
69 | 69 | } |
70 | 70 | } |