FACILITOR is al lang Facilitor

svn path=/Website/trunk/; revision=49880
This commit is contained in:
Jos Groot Lipman
2021-02-16 16:30:27 +00:00
parent 1b987beb9b
commit 4956508a1b

View File

@@ -1329,7 +1329,7 @@ try { // Als een van beide op /-1 eindigt niet al te hard klagen
if (this.userId && !String(this.userId).match(/\/\-1$/) &&
parent && parent.userId && !String(parent.userId).match(/\/\-1$/) &&
this.userId != parent.userId) {
FcltMgr.confirm("Unexpected change from user " + parent.userId + " to " + this.userId + "\nReload FACILITOR?", function() {
FcltMgr.confirm("Unexpected change from user " + parent.userId + " to " + this.userId + "\nReload Facilitor?", function() {
top.location.reload();
});
}