MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 79: | Line 79: | ||
if ( 1 ) { | if ( 1 ) { | ||
linkImage.setAttribute( 'id', 'hideButton' + tableIndex ); | |||
$( linkImage ).on( 'click', $.proxy( handlelinkImage, linkImage , tableIndex ) ); | $( linkImage ).on( 'click', $.proxy( handlelinkImage, linkImage , tableIndex ) ); | ||
} | } | ||