remove trigger create when not needed
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
//html += '</div>';
|
||||
//html += '</div>';
|
||||
|
||||
$(elem).html(html).trigger('create');
|
||||
$(elem).html(html);
|
||||
|
||||
$('#selectSyncTarget', elem).on('change', function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user