Commit 08aaa785 by Christina Roberts

Merge pull request #243 from edx/christina/remove-w

Remove keybinding for work in progress (WIP).
parents 88060c05 250de3fc
......@@ -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