Skip to content
Snippets Groups Projects
Commit 08aaa785 authored by Christina Roberts's avatar Christina Roberts
Browse files

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

Remove keybinding for work in progress (WIP).
parents 88060c05 250de3fc
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment