diff --git a/it1/bibliotek/index.html b/it1/bibliotek/index.html index b249cd6..b5dd80b 100644 --- a/it1/bibliotek/index.html +++ b/it1/bibliotek/index.html @@ -8,7 +8,7 @@ - +
diff --git a/it1/index.html b/it1/index.html index fd36987..6a83264 100644 --- a/it1/index.html +++ b/it1/index.html @@ -2,8 +2,8 @@ Simple firebase logon - + - \ No newline at end of file diff --git a/it1/navbar/navbar.js b/it1/navbar/navbar.js deleted file mode 100644 index 66501ea..0000000 --- a/it1/navbar/navbar.js +++ /dev/null @@ -1,13 +0,0 @@ - -var ocontent = $("#content").html() - -function reset() { - $("#content").html(ocontent) -} - -function oppgaver() { - $("#content").html(` -

Bibliotek

- `) -} -