WikiWoordenboek:WisReden

Uit WikiWoordenboek

//

// WisReden
function WisReden() {
    var textBox = document.getElementById('wpReason');
    if(!textBox) return;
    if(!textBox.value) return;
    textBox.value = "";
    textBox.focus();
}
if(window.location.href.indexOf("action=delete")!=-1)
addOnloadHook(WisReden);
//