Subversion Repositories SmartDukaan

Rev

Rev 14433 | Rev 15550 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14433 Rev 14992
Line 39... Line 39...
39
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
39
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
40
		  ga('create', 'UA-59241805-1', 'auto');
40
		  ga('create', 'UA-59241805-1', 'auto');
41
		  ga('send', 'pageview');
41
		  ga('send', 'pageview');
42
		  ga('set', '&uid', me); // Set the user ID using signed-in user_id.
42
		  ga('set', '&uid', me); // Set the user ID using signed-in user_id.
43
		</script>
43
		</script>
-
 
44
		<script src="<?php echo $base_url;?>js/jquery.timeago.js"></script>
-
 
45
		<script type="text/javascript">
-
 
46
			jQuery(document).ready(function() {
-
 
47
			  jQuery("time.timeago").timeago();
-
 
48
			});
-
 
49
		</script>
44
	</body>
50
	</body>
45
</html>
51
</html>
46
52