* refactor code.

This commit is contained in:
Catouse
2019-12-13 14:47:26 +08:00
parent 5b6839ac7b
commit 1c6449df08
+1 -1
View File
@@ -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);