No issue: fixes refreshTest (#5792)

nightly-build-test
Aaron Train 5 years ago committed by GitHub
parent 4045fb0107
commit e6d29df5de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,10 +27,10 @@
if (currentCookie.localeCompare("REFRESHED") == 0) {
setCookie("DEFAULT");
return "My little test page - DEFAULT";
return "DEFAULT";
} else {
setCookie("REFRESHED");
return "My little test page - REFRESHED!";
return "REFRESHED";
}
}
@ -40,6 +40,6 @@
});
</script>
<body>
<h1>My little test page - DEFAULT</h1>
<h1>DEFAULT</h1>
</body>
</html>

Loading…
Cancel
Save