Completed
Push — master ( f91572...f6d01d )
by mains
02:59
created
templates/footer.php 1 patch
Braces   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,9 @@  discard block
 block discarded – undo
13 13
 			{
14 14
 				window.history.back();
15 15
 			}
16
-		<?php if(isset($includeEmojiAndAjax)){ ?>
16
+		<?php if(isset($includeEmojiAndAjax))
17
+{
18
+?>
17 19
 			$(document).ready(function()
18 20
 			{
19 21
 				//Transform UTF-8 Emoji to img
@@ -29,7 +31,9 @@  discard block
 block discarded – undo
29 31
 				    $('html,body').animate({scrollTop: aTag.offset().top-90},'slow');
30 32
 				}
31 33
 
32
-				<?php if(!isset($_GET['postId']) && !isset($_GET['getPostDetails'])) { ?>
34
+				<?php if(!isset($_GET['postId']) && !isset($_GET['getPostDetails']))
35
+{
36
+?>
33 37
 
34 38
 				var win = $(window);
35 39
 				var lastPostId = "<?php echo $view->lastPostId; ?>";
Please login to merge, or discard this patch.