mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix regression
This commit is contained in:
@@ -6198,8 +6198,7 @@ class Form
|
||||
$formconfirm .= "/* Code for the jQuery('#dialogforpopup').dialog() */\n";
|
||||
$formconfirm .= 'jQuery(document).ready(function() {
|
||||
$(function() {
|
||||
$( "#' . $dialogconfirm . '" ).dialog(
|
||||
{
|
||||
$( "#' . $dialogconfirm . '" ).dialog({
|
||||
autoOpen: ' . ($autoOpen ? "true" : "false") . ',';
|
||||
if ($newselectedchoice == 'no') {
|
||||
$formconfirm .= '
|
||||
|
||||
Reference in New Issue
Block a user