modifica link all'immagine di loading

This commit is contained in:
cesare 2022-10-17 13:09:47 +02:00
parent aa4664f152
commit f9208aaed8
2 changed files with 2 additions and 2 deletions

View File

@ -1596,7 +1596,7 @@ main.redefine("querytxt", writesearchValue(mform));
</body> </body>
<div class="modal-busy" id="loader" style="display: none"> <div class="modal-busy" id="loader" style="display: none">
<div class="center-busy" id="test-git"> <div class="center-busy" id="test-git">
<img alt="" src="./lida-loader.gif" /> <img alt="" src="./images/lida-loader.gif" />
</div> </div>
</div> </div>
</html> </html>

View File

@ -113,7 +113,7 @@ WHERE {
FILTER regex(?Rappresentazione,"^farò$","i") . FILTER regex(?Rappresentazione,"^farò$","i") .
#FILTER regex(?lm,"^fare$","i") . #FILTER regex(?lm,"^fare$","i") .
FILTER langMatches(lang(?Rappresentazione),"it") FILTER langMatches(lang(?Rappresentazione),"it")
} } ORDER BY ?Cantica ?Canto ?NumVerso
LIMIT 50` LIMIT 50`
//ORDER BY ?Cantica ?Canto ?NumVerso //ORDER BY ?Cantica ?Canto ?NumVerso
//Togliere LIMIT in prod //Togliere LIMIT in prod