From 4da07f37b3fb9c7f56e09b24daef319f78f0601d Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Wed, 22 May 2019 12:12:32 +0900 Subject: [PATCH] Add missing > symbol. --- additionalScripts.js | 1 + index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/additionalScripts.js b/additionalScripts.js index a65cf3c..bf3e20b 100644 --- a/additionalScripts.js +++ b/additionalScripts.js @@ -20,6 +20,7 @@ window.onload=generateLogo(Math.floor(Math.random()*vals.length)); function generateLogo(numb) { document.getElementById("devOsanLogo-dynamic").innerHTML=vals[numb]; document.getElementById("devOsanMiniLogo-dynamic").innerHTML=vals2[numb]; + console.log("Works. Numb: "+numb) } $(function(){ diff --git a/index.html b/index.html index a8e168b..a895ecd 100644 --- a/index.html +++ b/index.html @@ -246,7 +246,7 @@ src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous" - >