You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
700 B
30 lines
700 B
2 years ago
|
var ak_js = document.getElementById( "ak_js" );
|
||
|
|
||
|
if ( ! ak_js ) {
|
||
|
ak_js = document.createElement( 'input' );
|
||
|
ak_js.setAttribute( 'id', 'ak_js' );
|
||
|
ak_js.setAttribute( 'name', 'ak_js' );
|
||
|
ak_js.setAttribute( 'type', 'hidden' );
|
||
|
}
|
||
|
else {
|
||
|
ak_js.parentNode.removeChild( ak_js );
|
||
|
}
|
||
|
|
||
|
ak_js.setAttribute( 'value', ( new Date() ).getTime() );
|
||
|
|
||
|
var commentForm = document.getElementById( 'commentform' );
|
||
|
|
||
|
if ( commentForm ) {
|
||
|
commentForm.appendChild( ak_js );
|
||
|
}
|
||
|
else {
|
||
|
var replyRowContainer = document.getElementById( 'replyrow' );
|
||
|
|
||
|
if ( replyRowContainer ) {
|
||
|
var children = replyRowContainer.getElementsByTagName( 'td' );
|
||
|
|
||
|
if ( children.length > 0 ) {
|
||
|
children[0].appendChild( ak_js );
|
||
|
}
|
||
|
}
|
||
|
}
|