From 07a3a956d0afb6d97cb4a9e92dfb579117bfc3c0 Mon Sep 17 00:00:00 2001 From: s1n Date: Mon, 28 Oct 2019 22:47:43 -0700 Subject: add directory to konami --- index.html | 1 + js/app.js | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/index.html b/index.html index 97dfb72..13fd4e8 100644 --- a/index.html +++ b/index.html @@ -79,6 +79,7 @@ Portfolio + diff --git a/js/app.js b/js/app.js index 5810d16..f22375e 100644 --- a/js/app.js +++ b/js/app.js @@ -127,6 +127,10 @@ function activateCheats() { x.play(); } playAudio() + + document.getElementById("directory-konami").innerHTML = ` + Directory + `; } function deactivateCheats() { @@ -140,6 +144,9 @@ function deactivateCheats() { x.pause(); } pauseAudio() + + document.getElementById("directory-konami").innerHTML = ` + `; } var TxtRotate = function (el, toRotate, period) { -- cgit v1.2.3