mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-13 22:03:08 +00:00
Intranet vhost page: accept HTTP 426 for project gathering
This commit is contained in:
parent
a1fa5724e8
commit
634b9af7e5
@ -83,7 +83,7 @@
|
||||
var el_valid;
|
||||
var el_href;
|
||||
|
||||
if (this.readyState == 4 && this.status == 200) {
|
||||
if (this.readyState == 4 && this.status == 200 || this.status == 426) {
|
||||
el_valid = document.getElementById('valid-' + vhost);
|
||||
el_href = document.getElementById('href-' + vhost);
|
||||
error = this.responseText;
|
||||
|
Loading…
x
Reference in New Issue
Block a user