diff --git a/SmearcarDB/static/index.css b/SmearcarDB/static/index.css index 484d6ec..eee70d7 100644 --- a/SmearcarDB/static/index.css +++ b/SmearcarDB/static/index.css @@ -191,7 +191,7 @@ a { /* Main Body */ -#home, #dataValues, #files, #updates { +#home, #dataValues, #files, #about { display: none; height: 100%; diff --git a/SmearcarDB/static/index.js b/SmearcarDB/static/index.js index cd3a67e..83039f2 100644 --- a/SmearcarDB/static/index.js +++ b/SmearcarDB/static/index.js @@ -8,7 +8,7 @@ var navi = [ // Array containing navigation items in form [Font-Awesome class na ["home", "Home", "home"], ["bar-chart", "Data Values", "dataValues"], ["database", "Database and Files", "files"], - ["bell", "Updates and Progress", "updates"] + ["info", "About", "about"] ]; var members = [ @@ -128,7 +128,7 @@ function generateDropOp() { // For options that change based on data. info.appendChild(p); info.appendChild(p2); info.style.opacity = "1"; - }, 300); + }, 400); // Generate data box material. var dataBox = document.getElementById("dataTableCont"); var phonemes = Object.keys(langInfo.phonemes); @@ -166,7 +166,7 @@ function generateDropOp() { // For options that change based on data. dataBox.children[tableNum].appendChild(p2); } dataBox.style.opacity = "1"; - }, 300); + }, 400); }].concat(["Select language..."].concat(data.languages)); } diff --git a/SmearcarDB/templates/index.html b/SmearcarDB/templates/index.html index 0efc234..e9d6391 100644 --- a/SmearcarDB/templates/index.html +++ b/SmearcarDB/templates/index.html @@ -54,7 +54,7 @@