From 5f7cd70710336ba7d8895cfdaf3fe2af9b68745a Mon Sep 17 00:00:00 2001 From: BWS Systems Date: Mon, 17 Jun 2019 13:04:07 -0500 Subject: [PATCH] Added back to top button on long scroll --- pom.xml | 2 +- src/main/resources/public/index.html | 57 ++++++++++++++++++++++++++-- 2 files changed, 55 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index aa68640..ab0f801 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.bwssystems.HABridge ha-bridge - 5.3.0RC3 + 5.3.0RC4 jar HA Bridge diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html index 108beca..69c001a 100644 --- a/src/main/resources/public/index.html +++ b/src/main/resources/public/index.html @@ -17,7 +17,24 @@ - @@ -75,8 +92,12 @@ + + + + - + @@ -93,5 +114,35 @@ - + + + \ No newline at end of file