simplify query match
This commit is contained in:
		@@ -1,7 +1,6 @@
 | 
			
		||||
(function() {
 | 
			
		||||
	// don't emit events from inside the previews themselves
 | 
			
		||||
	var qs = window.location.href.split('?');
 | 
			
		||||
	if (qs.length > 1 && qs[1].match('receiver')) { return; }
 | 
			
		||||
	if ( window.location.search.match( /receiver/gi ) ) { return; }
 | 
			
		||||
 | 
			
		||||
	var socket = io.connect(window.location.origin);
 | 
			
		||||
	var socketId = Math.random().toString().slice(2);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user