From 1a896a9bc176e1af35ee47ebe37cb59d613d2a4f Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 20 Jan 2018 18:49:05 +0100 Subject: Fix inconsistent line separators across files The development of this project began several years ago on a Windows system until I switched to GNU\Linux. Therefore, some files contained CRLF as line separators, now replaced with LF. --- static/delayJS.php | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'static/delayJS.php') diff --git a/static/delayJS.php b/static/delayJS.php index b4af48d..51252b0 100644 --- a/static/delayJS.php +++ b/static/delayJS.php @@ -1,18 +1,18 @@ - - -console.log("EXTERNAL: Delayed javascript resource loaded"); + + +console.log("EXTERNAL: Delayed javascript resource loaded"); -- cgit v1.2.3