Subversion Repositories SmartDukaan

Rev

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

Rev 14992 Rev 15550
Line 52... Line 52...
52
		  ga('create', 'UA-59241805-1', 'auto');
52
		  ga('create', 'UA-59241805-1', 'auto');
53
		  ga('send', 'pageview');
53
		  ga('send', 'pageview');
54
		  ga('set', '&uid', me); // Set the user ID using signed-in user_id.
54
		  ga('set', '&uid', me); // Set the user ID using signed-in user_id.
55
		</script>
55
		</script>
56
		<script src="<?php echo $base_url;?>js/jquery.timeago.js"></script>
56
		<script src="<?php echo $base_url;?>js/jquery.timeago.js"></script>
-
 
57
		<script src="<?php echo $base_url;?>js/cassandraMap.js"></script>
57
		<script type="text/javascript">
58
		<script type="text/javascript">
58
			jQuery(document).ready(function() {
59
			jQuery(document).ready(function() {
59
			  jQuery("time.timeago").timeago();
60
			  jQuery("time.timeago").timeago();
60
			});
61
			});
61
		</script>
62
		</script>