support only looping

This commit is contained in:
Bel LaPointe
2021-08-17 11:47:10 -06:00
parent fc088ec240
commit 95b10fd9f6
3 changed files with 19 additions and 6 deletions

View File

@@ -46,7 +46,7 @@
})
*/
$.getJSON(this.mtt.mttUrl + 'ajax.php?loadTasks&list=' + params.list + '&compl=' + params.compl + '&sort=' + params.sort + q, callback);
$.getJSON(this.mtt.mttUrl + 'ajax.php?loadTasks&list=' + params.list + '&compl=' + params.compl + '&looping=' + params.looping + '&sort=' + params.sort + q, callback);
},