Skip to content
Snippets Groups Projects
Commit ad6e7457 authored by cahrens's avatar cahrens
Browse files

Forgot to remove registration of onKeyUp function.

parent 250de3fc
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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