Implement 'I wish this page...'

pull/43/head
John Mulhausen 2016-02-11 10:46:38 -08:00
parent 6398ab5fec
commit cccceafa1d
1 changed files with 1 additions and 1 deletions

View File

@ -1672,7 +1672,7 @@ var kub = (function () {
}
function submitWish(textfield) {
alert('You typed: ' + textfield.value);
window.location.replace("https://github.com/kubernetes/kubernetes.github.io/issues/new?title=I%20wish%20this%20page%20" + textfield.value +"&body=I%20wish%20this%20page%20" + textfield.value + ". URL: " + window.location.href);
textfield.value = '';
textfield.blur();
}