modifica link all'immagine di loading
This commit is contained in:
parent
aa4664f152
commit
f9208aaed8
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue