* Finish task #5259.

This commit is contained in:
Yagami
2019-01-24 14:24:03 +08:00
parent 289160ca45
commit e9d8249ac8
+1 -1
View File
@@ -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');