Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
Conflicts:
	frontpage.html
	graph.html
	lights.html
	logs.html
	news.html
	settings/settings.js
	weather.html
  • Loading branch information
galadril committed Sep 28, 2015
2 parents 7650b4b + eea6460 commit 7e6b713
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
5 changes: 4 additions & 1 deletion frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,13 @@
{document.write('<li><a class="stay" href="graph.html"><i class="icon-th icon-white"></i> Graph</a></li>');}
</script>
<script>
<<<<<<< HEAD
if ($.Camera)
{document.write('<li><a class="stay" href="camera.html"><i class="icon-th icon-white"></i> Camera</a></li>');}
</script>
<script>
=======
>>>>>>> origin/master
if ($.Weather)
{document.write('<li ><a class="stay" href="weather.html"><i class="icon-th icon-white"></i> Weather</a></li>');}
</script>
Expand Down Expand Up @@ -251,4 +254,4 @@ <h2 id="cell10"></h2>
}
</script>
</body>
</html>
</html>
5 changes: 4 additions & 1 deletion graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,13 @@
{document.write('<li class="active"><a class="stay" href="graph.html"><i class="icon-th icon-white"></i> Graph</a></li>');}
</script>
<script>
<<<<<<< HEAD
if ($.Camera)
{document.write('<li><a class="stay" href="camera.html"><i class="icon-th icon-white"></i> Camera</a></li>');}
</script>
<script>
=======
>>>>>>> origin/master
if ($.Weather)
{document.write('<li ><a class="stay" href="weather.html"><i class="icon-th icon-white"></i> Weather</a></li>');}
</script>
Expand Down Expand Up @@ -182,4 +185,4 @@ <h4 id="cell10" style="margin-top:-35px;></h4>

</script>
</body>
</html>
</html>
5 changes: 4 additions & 1 deletion lights.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,13 @@
{document.write('<li><a class="stay" href="graph.html"><i class="icon-th icon-white"></i> Graph</a></li>');}
</script>
<script>
<<<<<<< HEAD
if ($.Camera)
{document.write('<li><a class="stay" href="camera.html"><i class="icon-th icon-white"></i> Camera</a></li>');}
</script>
<script>
=======
>>>>>>> origin/master
if ($.Weather)
{document.write('<li ><a class="stay" href="weather.html"><i class="icon-th icon-white"></i> Weather</a></li>');}
</script>
Expand Down Expand Up @@ -270,4 +273,4 @@

</script>
</body>
</html>
</html>
5 changes: 4 additions & 1 deletion logs.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,13 @@
{document.write('<li><a class="stay" href="graph.html"><i class="icon-th icon-white"></i> Graph</a></li>');}
</script>
<script>
<<<<<<< HEAD
if ($.Camera)
{document.write('<li><a class="stay" href="camera.html"><i class="icon-th icon-white"></i> Camera</a></li>');}
</script>
<script>
=======
>>>>>>> origin/master
if ($.Weather)
{document.write('<li ><a class="stay" href="weather.html"><i class="icon-th icon-white"></i> Weather</a></li>');}
</script>
Expand Down Expand Up @@ -171,4 +174,4 @@

</script>
</body>
</html>
</html>
5 changes: 4 additions & 1 deletion news.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,13 @@
{document.write('<li><a class="stay" href="graph.html"><i class="icon-th icon-white"></i> Graph</a></li>');}
</script>
<script>
<<<<<<< HEAD
if ($.Camera)
{document.write('<li><a class="stay" href="camera.html"><i class="icon-th icon-white"></i> Camera</a></li>');}
</script>
<script>
=======
>>>>>>> origin/master
if ($.Weather)
{document.write('<li ><a class="stay" href="weather.html"><i class="icon-th icon-white"></i> Weather</a></li>');}
</script>
Expand Down Expand Up @@ -173,4 +176,4 @@
});
</script>
</body>
</html>
</html>
3 changes: 3 additions & 0 deletions settings/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ $.News = true;//false or true
$.Log = true;//false or true
$.Lights = true;//false or true
$.Weather = true;//false or true
<<<<<<< HEAD
$.Camera = true;//false or true

=======
>>>>>>> origin/master


// Dashboard screen User settings >>>
Expand Down
5 changes: 4 additions & 1 deletion weather.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@
{document.write('<li><a class="stay" href="graph.html"><i class="icon-th icon-white"></i> Graph</a></li>');}
</script>
<script>
<<<<<<< HEAD
if ($.Camera)
{document.write('<li><a class="stay" href="camera.html"><i class="icon-th icon-white"></i> Camera</a></li>');}
</script>
<script>
=======
>>>>>>> origin/master
if ($.Weather)
{document.write('<li class="active" ><a class="stay" href="weather.html"><i class="icon-th icon-white"></i> Weather</a></li>');}
</script>
Expand Down Expand Up @@ -165,4 +168,4 @@
});
</script>
</body>
</html>
</html>

0 comments on commit 7e6b713

Please sign in to comment.