Skip to content

Commit

Permalink
Merge pull request #81 from yoan-m/patch-1
Browse files Browse the repository at this point in the history
jeedomUtils.initTooltips for 4.4
  • Loading branch information
zoic21 authored Jan 9, 2024
2 parents c725413 + 786edc4 commit 8a93abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/modal/advanceConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
</div>

<script>
initTooltips($("#div_advanceConfigForm"))
jeedomUtils.initTooltips($("#div_advanceConfigForm"))
$('#div_advanceConfigForm').setValues(device, '.deviceAttr');
$('.bt_advanceConfigSaveDevice').on('click',function(){
var device = $('#div_advanceConfigForm').getValues('.deviceAttr')[0];
Expand Down

0 comments on commit 8a93abf

Please sign in to comment.