FACILITOR is al lang Facilitor
svn path=/Website/trunk/; revision=49880
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user