mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-28 22:14:33 -04:00
Fix a bug when creating multi-mod configuration for img_list in VentoyPlugson.
This commit is contained in:
parent
23f4f18e27
commit
43e921878b
4 changed files with 10 additions and 5 deletions
|
@ -195,7 +195,7 @@
|
|||
$('input:text[id=id_tip_text_top]').val(data.top);
|
||||
$('input:text[id=id_tip_text_color]').val(data.color);
|
||||
|
||||
FillTipTable(data.tips);
|
||||
FillTipTable(data);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue