Merge remote-tracking branch 'origin/master'

# Conflicts:
#	js/non-mini.js
pull/43/head
scotty 2016-02-11 11:45:55 -08:00
commit 677e6fd1c1
1 changed files with 1 additions and 1 deletions

View File

@ -1189,7 +1189,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%20" + window.location.pathname + "%20" + textfield.value + "&body=I%20wish%20" + window.location.pathname + "%20" + textfield.value);
textfield.value = '';
textfield.blur();
}