From 6f3b8e4184accc2d64f1bab120924961a7197397 Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Thu, 4 Jun 2015 16:26:37 +0200 Subject: [PATCH 1/6] Control stuff in sidebar --- php/footer.php | 3 +- php/panel.php | 42 +++++++++++-- static/css/style.css | 4 +- .../js/{controller.js => hostcontroller.js} | 0 static/js/mobilecontroller.js | 60 ------------------- static/js/remotecontroller.js | 50 ++++++++++++++++ 6 files changed, 90 insertions(+), 69 deletions(-) rename static/js/{controller.js => hostcontroller.js} (100%) delete mode 100644 static/js/mobilecontroller.js create mode 100644 static/js/remotecontroller.js diff --git a/php/footer.php b/php/footer.php index 31ff29b8..eca967b6 100755 --- a/php/footer.php +++ b/php/footer.php @@ -80,7 +80,8 @@ - + + diff --git a/php/panel.php b/php/panel.php index 25dea8af..8f765c35 100755 --- a/php/panel.php +++ b/php/panel.php @@ -1,7 +1,7 @@
  • -
  • +