diff --git a/module/testcase/js/create.js b/module/testcase/js/create.js index e3a0f6d06a..8c34ef936d 100644 --- a/module/testcase/js/create.js +++ b/module/testcase/js/create.js @@ -33,7 +33,7 @@ $(function() }; $(document).on('change', '#story', function() { - if($(this).val() === 'showmore') showSearchModal(); + if($(this).val() === 'showmore') showSearchModal(); }); $(document).on('click', '#story_chosen .chosen-results > li.no-results', showSearchModal);