From 755d17766c0a5475b331d5dcb03ca5f520e21ed1 Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Thu, 12 Sep 2013 17:21:46 +0100 Subject: [PATCH] Add cron-like scheduling to inject --- nodes/core/20-inject.html | 289 +++++++++++++++++++++++++++++++++++++- nodes/core/20-inject.js | 22 +++ package.json | 3 +- 3 files changed, 307 insertions(+), 7 deletions(-) diff --git a/nodes/core/20-inject.html b/nodes/core/20-inject.html index d716d214d..0c78f1b2c 100644 --- a/nodes/core/20-inject.html +++ b/nodes/core/20-inject.html @@ -23,22 +23,154 @@ -
- - -
+
+ +
+ + + + +
+ + + + + + +
-
Tip: Injects Date.now() if no payload set.
Repeat interval blank or 0 means no repeat.
- + +
Tip: Injects Date.now() if no payload set
+ + +