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 40... Line 40...
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>
44
		<script src="<?php echo $base_url;?>js/jquery.timeago.js"></script>
-
 
45
		<script src="<?php echo $base_url;?>js/cassandraMap.js"></script>
45
		<script type="text/javascript">
46
		<script type="text/javascript">
46
			jQuery(document).ready(function() {
47
			jQuery(document).ready(function() {
47
			  jQuery("time.timeago").timeago();
48
			  jQuery("time.timeago").timeago();
48
			});
49
			});
49
		</script>
50
		</script>