From 06ded2184743a319fe14ba87d7490450ff9db52a Mon Sep 17 00:00:00 2001 From: Hannes Klinckaert Date: Wed, 2 Oct 2019 11:29:57 +0200 Subject: [PATCH] deleted example file --- watcher/static/hello.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 watcher/static/hello.js diff --git a/watcher/static/hello.js b/watcher/static/hello.js deleted file mode 100644 index 853c583..0000000 --- a/watcher/static/hello.js +++ /dev/null @@ -1,3 +0,0 @@ -function sayHello() { - alert("Hello World"); -}