Added better scoll to top after highlighting selected site.
authorChuck Scott <cscott@gaslightmedia.com>
Wed, 24 Oct 2018 15:18:41 +0000 (11:18 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Wed, 24 Oct 2018 15:18:41 +0000 (11:18 -0400)
views/adminServerStats.html
views/adminServerStatsConfig.html

index e789fb6..6d151e9 100755 (executable)
@@ -1,3 +1,4 @@
+<a name="glmPageTop"></a>
 {include file='header.html'}
 
     <style>
            updateGraphs('{$thisDate}');
 
            location.href='#selectedSite';
+           window.setTimeout( function() {
+               location.href='#glmPageTop';
+           }, 500);
 
         });
     </script>
index a30a859..9115c36 100755 (executable)
@@ -1,3 +1,4 @@
+<a name="glmPageTop"></a>
 {include file='header.html'}
 
     <style>
             $(".glm-flash-updated").fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500).fadeIn(500).fadeOut(500);
 
             location.href='#selectedSite';
+            window.setTimeout( function() {
+                location.href='#glmPageTop';
+            }, 500);
+
             
                 
         });