Skip to content

Commit 829c0e4

Browse files
author
Marius Burkard
committed
Merge branch '6086-website-redirect-type-proxy-re-sets-to-no-redirect-when-switching-tabs' into 'develop'
Resolve "Website Redirect Type: proxy re-sets to No redirect when switching tabs" Closes #6086 See merge request ispconfig/ispconfig3!1428
2 parents 28ceb62 + 412cee0 commit 829c0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/templates/web_vhost_domain_redirect.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
jQuery('#redirect_type option[value="redirect"]').hide();
8787
jQuery('#redirect_type option[value="permanent"]').hide();
8888
//jQuery('#redirect_type option[value="proxy"]').hide();
89-
if(selected != "no" && selected != "" && selected != "R" && selected != "L" && selected != "R,L" && selected != "R=301,L") jQuery('#redirect_type option[value="no"]').attr('selected', 'selected');
89+
if(selected != "no" && selected != "" && selected != "R" && selected != "L" && selected != "R,L" && selected != "R=301,L" && selected != "proxy") jQuery('#redirect_type option[value="no"]').attr('selected', 'selected');
9090
jQuery('.nginx').hide();
9191
}
9292
});

0 commit comments

Comments
 (0)