Merge pull request #248 from edx/christina/remove-w
Forgot to remove registration of onKeyUp function.
This commit is contained in:
@@ -25,7 +25,6 @@ $(document).ready(function() {
|
||||
$newComponentTemplatePickers = $('.new-component-templates');
|
||||
$newComponentButton = $('.new-component-button');
|
||||
$spinner = $('<span class="spinner-in-field-icon"></span>');
|
||||
$body.bind('keyup', onKeyUp);
|
||||
|
||||
$('.expand-collapse-icon').bind('click', toggleSubmodules);
|
||||
$('.visibility-options').bind('change', setVisibility);
|
||||
|
||||
Reference in New Issue
Block a user