Content deleted Content added
Cactus.man (talk | contribs) |
Cactus.man (talk | contribs) not sure why this isn't working |
||
(2 intermediate revisions by the same user not shown) | |||
Line 33:
}
// calink2.href = 'http://tools.wikimedia.de/~interiot/cgi-bin/count_edits?dbname=enwiki_p&user=' + user;▼
var
▲
▲// var ca2 = document.createElement( 'li' );
▲// ca2.id = 'ca-interiot';
▲// calink2.appendChild( document.createTextNode( 'Count2' ) );
var ca3 = document.createElement( 'li' );
Line 63 ⟶ 54:
ca4.appendChild( calink4 );
document.getElementById( 'ca-nstab-user' ).parentNode.appendChild(
document.getElementById( 'ca-nstab-user' ).parentNode.appendChild( ca3 );
document.getElementById( 'ca-nstab-user' ).parentNode.appendChild( ca4 );
|