From db125974c0461a8f609d09225c2fafc723f647df Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Mon, 19 May 2014 22:08:50 +0100 Subject: [PATCH] Tidy up inject tabs/spaces one more time. --- nodes/core/core/20-inject.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodes/core/core/20-inject.html b/nodes/core/core/20-inject.html index 78aa099f6..e3e69efec 100644 --- a/nodes/core/core/20-inject.html +++ b/nodes/core/core/20-inject.html @@ -150,8 +150,7 @@ return Number( value ); } var p = value.split(":"); - - var offset = new Date().getTimezoneOffset(); + var offset = new Date().getTimezoneOffset(); return (((Number(p[0])+1)*60)+Number(p[1])+offset)*60*1000; } return value;