mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-38: Fix issue related to submitting via Enter key.
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <meta name="before" content=".recent-connections" /> | ||||
| <div class="header" ng-controller="quickconnectController"> | ||||
|     <div class="quickconnect-container"> | ||||
|         <form action="#" ng-submit="quickConnect()"> | ||||
|         <form ng-submit="quickConnect()"> | ||||
|             <input type=text class="quickconnect-field" placeholder="Enter Connection URI" ng-model="uri" /> | ||||
|         </form> | ||||
|     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user