MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 79: | Line 79: | ||
if ( 0 ) { | if ( 0 ) { | ||
$( linkImage ).on( 'click', $.proxy( handlelinkImage, linkImage , tableIndex ) ); | |||
} | } | ||
if ( 1 ) { | if ( 1 ) { | ||
| Line 182: | Line 181: | ||
ButtonLink.setAttribute( 'href', '#' ); | ButtonLink.setAttribute( 'href', '#' ); | ||
$( ButtonLink ).on( 'click', $.proxy( handleButtonLink, ButtonLink, tableIndex ) ); | $( ButtonLink ).on( 'click', $.proxy( handleButtonLink, ButtonLink, tableIndex ) ); | ||
ButtonLink.appendChild( ButtonText ); | ButtonLink.appendChild( ButtonText ); | ||