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

Remove keybinding for work in progress (WIP).
This commit is contained in:
Christina Roberts
2013-06-24 05:55:44 -07:00

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();