From a9d99e208ae0f66bdb5f0c962063d4af9f2e0aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 15 Apr 2015 18:13:31 +0200 Subject: [PATCH] Fixed some form placements in the HTML, placing of X button, removed doublesubmitting of switches and added disabled handling for togglebuttons --- php/panel.php | 58 ++++++++++++++++++++++---------------------- server/server.js | 25 ++++++++++++------- static/css/style.css | 5 ++++ static/js/admin.js | 37 +++++++++++++++++++--------- static/js/list.js | 11 ++++++--- 5 files changed, 83 insertions(+), 53 deletions(-) diff --git a/php/panel.php b/php/panel.php index 7a450181..c9e8eb53 100755 --- a/php/panel.php +++ b/php/panel.php @@ -1,84 +1,84 @@