Remove keybinding for work in progress (WIP).

STUD-329
This commit is contained in:
cahrens
2013-06-21 17:13:06 -04:00
parent bbfadb2f7d
commit 250de3fcb6

View File

@@ -413,12 +413,6 @@ function hideModal(e) {
}
}
function onKeyUp(e) {
if (e.which == 87) {
$body.toggleClass('show-wip hide-wip');
}
}
function toggleSock(e) {
e.preventDefault();