summaryrefslogtreecommitdiffstats
path: root/templates/tm-callback-trigger.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tm-callback-trigger.html')
-rw-r--r--templates/tm-callback-trigger.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/tm-callback-trigger.html b/templates/tm-callback-trigger.html
new file mode 100644
index 00000000..26b362ca
--- /dev/null
+++ b/templates/tm-callback-trigger.html
@@ -0,0 +1,5 @@
+<script type="text/javascript">
+ setTimeout(function () {
+ $.post('api.php?do=cb', { token: TOKEN });
+ }, 500);
+</script> \ No newline at end of file