From 2449f1e1b6d87295fbe7ba0f9ea1fa3124a7adca Mon Sep 17 00:00:00 2001 From: Sergey Mishin Date: Sun, 14 Jun 2015 17:17:48 +0300 Subject: [PATCH] webgui: moved events controller to events service --- gui/index.html | 4 +- .../core/controllers/eventController.js | 55 ------------ .../core/controllers/syncthingController.js | 68 ++++++++------- gui/scripts/syncthing/core/services/events.js | 85 +++++++++++++++++++ internal/auto/gui.files.go | 10 +-- 5 files changed, 127 insertions(+), 95 deletions(-) delete mode 100644 gui/scripts/syncthing/core/controllers/eventController.js create mode 100644 gui/scripts/syncthing/core/services/events.js diff --git a/gui/index.html b/gui/index.html index a6907efa..8e17ddfe 100644 --- a/gui/index.html +++ b/gui/index.html @@ -23,8 +23,6 @@ -
-