mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-38: Clean up unnecessary imports and tweak style issues.
This commit is contained in:
		| @@ -147,7 +147,7 @@ angular.module('guacQuickConnect').controller('quickconnectController', ['$scope | ||||
|  | ||||
|             // Set up the name of the connection based on various parts of the URI | ||||
|             var connName = urlArray[3] + '://'; | ||||
|             if(!(typeof connParams['username'] === 'undefined')) | ||||
|             if (!(typeof connParams['username'] === 'undefined')) | ||||
|                 connName += connParams['username'] + '@'; | ||||
|             connName += connParams['hostname'] + ':' + connParams['port']; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user