Skip to content

Commit f81d401

Browse files
author
Marius Burkard
committed
Merge branch 'bugfix/4617-dont-trigger-change-for-fastcgi-php-version-reload' into 'stable-3.1'
#4617 dont trigger change for fastcgi php version reload See merge request ispconfig/ispconfig3!958
2 parents 948ad12 + 49499f7 commit f81d401

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

interface/web/sites/templates/web_vhost_domain_edit.htm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,6 @@ <h1><tmpl_var name="list_head_txt"></h1>
394394
}
395395
if(noFormChange) {
396396
ISPConfig.resetFormChanged();
397-
jQuery('#php').addClass('no-page-form-change').change();
398-
jQuery('#php').removeClass('no-page-form-change');
399-
} else {
400-
jQuery('#php').change();
401397
}
402398
});
403399
}

0 commit comments

Comments
 (0)