Index: branches/RL2/extensions/Gadgets/modules/ext.gadgets.gadgetmanager.js |
— | — | @@ -189,7 +189,7 @@ |
190 | 190 | window.location.href = t.getUrl(); |
191 | 191 | |
192 | 192 | } ).find( 'a' ).click( function( e ) { |
193 | | - // Avoid other links from becoming unclickable, |
| 193 | + // Avoid other links becoming unclickable, |
194 | 194 | // Don't let clicks on those bubble up |
195 | 195 | e.stopPropagation(); |
196 | 196 | }); |