From 61ce524a33c3195794a24c4ce5820684369c58dd Mon Sep 17 00:00:00 2001
From: marijus <mario@mariovavti.com>
Date: Fri, 12 Sep 2014 21:32:53 +0200
Subject: define justifiedGalleryActive in head.tpl to not break other pages
 autoload

---
 view/js/main.js   | 2 +-
 view/tpl/head.tpl | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/view/js/main.js b/view/js/main.js
index 56c60bd6e..13f1fea8f 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -1135,7 +1135,7 @@ $(window).scroll(function () {
 			$('#more').css("top","400");
 			$('#more').show();
 		}
-	
+
 		if($(window).scrollTop() + $(window).height() == $(document).height()) {
 			if((pageHasMoreContent) && (! loadingPage) && (! justifiedGalleryActive)) {
 				$('#more').hide();
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl
index 703b08547..9c9e7b970 100755
--- a/view/tpl/head.tpl
+++ b/view/tpl/head.tpl
@@ -25,6 +25,7 @@
 	var updateInterval = {{$update_interval}};
 	var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
 	var zid = {{if $zid}}'{{$zid}}'{{else}}null{{/if}};
+	var justifiedGalleryActive = false;
 
 </script>
 
-- 
cgit v1.2.3