* Finish task #5259.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user