From e9d8249ac89893bfc11efabcecc7605dc2ea7bf1 Mon Sep 17 00:00:00 2001 From: Yagami Date: Thu, 24 Jan 2019 14:24:03 +0800 Subject: [PATCH] * Finish task #5259. --- module/testcase/js/batchcreate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testcase/js/batchcreate.js b/module/testcase/js/batchcreate.js index 6ce0166461..b63e18724e 100644 --- a/module/testcase/js/batchcreate.js +++ b/module/testcase/js/batchcreate.js @@ -3,7 +3,7 @@ $(document).ready(function() removeDitto();//Remove 'ditto' in first row. if($('#batchCreateForm table thead tr th.c-title').width() < 150) $('#batchCreateForm table thead tr th.c-title').width('150'); - $(document).on('click', '.chosen-with-drop', function() + $(document).on('mousedown', '.chosen-with-drop', function() { var select = $(this).prev('select'); var id = $(select).attr('id');