mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Fixed issues with window-history and soundcloud.load function
This commit is contained in:
		| @@ -471,6 +471,7 @@ module.exports = function() { | ||||
|         socket.on('change_channel', function(obj) | ||||
|         { | ||||
|             if(obj == undefined && coll != undefined) { | ||||
|                 obj = {}; | ||||
|                 obj.channel = coll; | ||||
|             } else if(obj.hasOwnProperty("channel") && obj.channel.indexOf("?") > -1){ | ||||
|                  var _list = obj.channel.substring(0, obj.channel.indexOf("?")); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user