From 1c6449df08febdf43d79d94eb4399d852db59704 Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 13 Dec 2019 14:47:20 +0800 Subject: [PATCH] * refactor code. --- module/testcase/js/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);