Commit 250de3fc by cahrens

Remove keybinding for work in progress (WIP).

STUD-329
parent bbfadb2f
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment