mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
#9073 clear logs
This commit is contained in:
parent
ad4750c409
commit
5d6ac202df
@ -79,8 +79,6 @@ function render_counter() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function next_tip() {
|
function next_tip() {
|
||||||
console.log(JSON.stringify(idTips));
|
|
||||||
console.log(totalTips);
|
|
||||||
if (idTips.length >= totalTips) {
|
if (idTips.length >= totalTips) {
|
||||||
idTips = [];
|
idTips = [];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user