minor changes
This commit is contained in:
parent
df760d97b9
commit
ac219522cd
|
@ -1875,7 +1875,6 @@ $(document).ready(function() {
|
||||||
|
|
||||||
if (!(loadedCanti.has(cid))) {
|
if (!(loadedCanti.has(cid))) {
|
||||||
loadCommentsBottons(cid,formeCanto, numCantica, canto)
|
loadCommentsBottons(cid,formeCanto, numCantica, canto)
|
||||||
//showCanto(formeCanto, numCantica, canto)
|
|
||||||
loadedCanti.add(cid)
|
loadedCanti.add(cid)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1923,7 +1922,6 @@ $(document).ready(function() {
|
||||||
|
|
||||||
async function loadCommentsBottons(cid, formeCanto, numCantica, canto) {
|
async function loadCommentsBottons(cid, formeCanto, numCantica, canto) {
|
||||||
showCanto(formeCanto, numCantica, canto)
|
showCanto(formeCanto, numCantica, canto)
|
||||||
|
|
||||||
await initCitazioni(cid)
|
await initCitazioni(cid)
|
||||||
//drawMinimap(cid, false)
|
//drawMinimap(cid, false)
|
||||||
addFormaListenersInCanto(cid);
|
addFormaListenersInCanto(cid);
|
||||||
|
|
Loading…
Reference in New Issue