Alessia 1 year ago
parent
commit
70226707d6
2 changed files with 3 additions and 3 deletions
  1. 2 3
      site2/index.html
  2. 1 0
      site2/js/cercaContesti.js

+ 2 - 3
site2/index.html

@@ -50,11 +50,10 @@
    
    <div class="container">
 
-      <div id="diamond"></div>
-
       <div id="title" class="row justify-content-center align-items-center">
          <img id="logo" src="img/TIgrO icon.png" />
-         <h1>Progetto 2023</h1>
+         <span><h1>TIGRO</h1>
+         <h3>gestore ricerche del Tesoro Italiano delle Origini</h3></span>
       </div>
 
       <div id="search_form">

+ 1 - 0
site2/js/cercaContesti.js

@@ -5,6 +5,7 @@ import {flask_be_address} from './config.js'
 
 
 export function checkContext() {
+    $("#lauchSearchContext").css("display", "none");
     let resulTable = document.getElementById("result");
     const checkBoxes = resulTable.querySelectorAll('input[type="checkbox"]');
     let arrayContesti = [];