openvpn: fix regression in dd999d732c, advanced toggle's id changed

This commit is contained in:
Ad Schellevis 2025-03-05 21:02:56 +01:00
parent eb6e9a9fcf
commit 01ceab0f02

View File

@ -73,7 +73,7 @@
}
});
});
$("#show_advanced_formDialogDialogInstance").click(function(){
$("#show_advanced_formDialogdialog_dialogInstance").click(function(){
$("#instance\\.role").change();
});