ticker followup (#18275)

* ticker followup

* .

* .

* fix the timer

* .

* move sleep out of ticker

* area

* strip improper
This commit is contained in:
Kashargul
2025-08-20 20:24:47 +02:00
committed by GitHub
parent ac4216928a
commit d8f472289d
20 changed files with 62 additions and 62 deletions
+1 -2
View File
@@ -76,8 +76,7 @@ Notes:
content = "<p>[content]</p>"
// Strip macros from item names
title = replacetext(title, "\proper", "")
title = replacetext(title, "\improper", "")
title = strip_improper(title)
//Make our dumb param object
params = {"{ "cursor": "[params]", "screenLoc": "[thing.screen_loc]" }"}