Merge pull request #243 from edx/christina/remove-w
Remove keybinding for work in progress (WIP).
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user