Skip to content
Snippets Groups Projects
Commit 28ef3d31 authored by Oliver Green's avatar Oliver Green
Browse files

merge

parent b72fd83b
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,8 @@ loadProfileView = function() {
console.log("cookie loaded");
console.log(localStorage.getItem("logintoken"));
document.getElementById("pagecontent").innerHTML = document.getElementById("profileview").innerText;
document.getElementById("defaultOpen").click();
}
inputValidation = function(formID) {
......@@ -154,6 +156,3 @@ function openTab(event, tabName) {
event.currentTarget.className += " active";
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
\ No newline at end of file
<html style="background-color: antiquewhite;">
<head>
<link href="welcome.css" type="text/css" rel="stylesheet">
<script src="client.js" type="text/javascript"></script>
<script src="serverstub.js" type="text/javascript"></script>
</head>
<body>
</body>
</html
>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment