mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-10-28 00:49:11 +00:00 
			
		
		
		
	JS missing brace
This commit is contained in:
		
							parent
							
								
									9a9ce17082
								
							
						
					
					
						commit
						c79d6fd882
					
				| @ -5,6 +5,6 @@ | ||||
|     <description>Owncloud SMS app</description> | ||||
|     <licence>AGPL</licence> | ||||
|     <author>Loic Blot</author> | ||||
|     <version>1.0.0</version> | ||||
|     <version>1.0.3</version> | ||||
|     <requiremin>7</requiremin> | ||||
| </info> | ||||
|  | ||||
| @ -166,7 +166,7 @@ function changeSelectedConversation(item) { | ||||
| 				event.preventDefault(); | ||||
| 			}); | ||||
| 
 | ||||
| 			var pnParam = $.urlParam('phonenumber')); | ||||
| 			var pnParam = $.urlParam('phonenumber'); | ||||
| 			if (pnParam != null) { | ||||
| 				var urlPhoneNumber = decodeURIComponent(pnParam); | ||||
| 				if (urlPhoneNumber != null) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user