mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-04 11:25:05 +02:00
remove some extra console logs
This commit is contained in:
parent
d2c7bf4334
commit
3aca910e17
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ $(document).ready(function(){
|
|||
})
|
||||
|
||||
$('#settings-form').on('change', 'select', function(){
|
||||
console.log("Changed" + $(this))
|
||||
$("input[name='" + $(this).attr('data-hidden-input') + "']").val($(this).val()).change()
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue