Skip to content

Commit 49499f7

Browse files
author
Webslice
committed
#4617 dont trigger tab change alert when loading php vhost domain config
1 parent db6af21 commit 49499f7

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
@@ -391,10 +391,6 @@ <h1><tmpl_var name="list_head_txt"></h1>
391391
}
392392
if(noFormChange) {
393393
ISPConfig.resetFormChanged();
394-
jQuery('#php').addClass('no-page-form-change').change();
395-
jQuery('#php').removeClass('no-page-form-change');
396-
} else {
397-
jQuery('#php').change();
398394
}
399395
});
400396
}

0 commit comments

Comments
 (0)