Index: trunk/extensions/MobileFrontend/javascripts/toggle.js |
— | — | @@ -80,9 +80,9 @@ |
81 | 81 | for ( i = 0, d = ['content_','anchor_']; i<=1; i++ ) { |
82 | 82 | e = document.getElementById( d[i] + section_id ); |
83 | 83 | if ( e && u( e ).hasClass( 'openSection' ) ) { |
84 | | - u( e ).removeClass( 'openSection' ) |
| 84 | + u( e ).removeClass( 'openSection' ); |
85 | 85 | } else { |
86 | | - u( e ).addClass( 'openSection' ) |
| 86 | + u( e ).addClass( 'openSection' ); |
87 | 87 | } |
88 | 88 | } |
89 | 89 | } |