mirror of
				https://github.com/monkeytypegame/monkeytype.git
				synced 2025-10-28 01:39:29 +08:00 
			
		
		
		
	fixed #143
This commit is contained in:
		
							parent
							
								
									85a06798f5
								
							
						
					
					
						commit
						4bc8743eff
					
				
					 1 changed files with 11 additions and 2 deletions
				
			
		|  | @ -1413,6 +1413,16 @@ $("#tagsWrapper").click(e => { | |||
| }) | ||||
| 
 | ||||
| $("#tagsWrapper #tagsEdit .button").click(e => { | ||||
|   tagsEdit(); | ||||
| }) | ||||
| 
 | ||||
| $("#tagsWrapper #tagsEdit input").keypress(e => { | ||||
|   if (e.keyCode == 13) { | ||||
|     tagsEdit(); | ||||
|   } | ||||
| }) | ||||
| 
 | ||||
| function tagsEdit(){ | ||||
|   let action = $("#tagsWrapper #tagsEdit").attr('action'); | ||||
|   let inputVal = $("#tagsWrapper #tagsEdit input").val(); | ||||
|   let tagid = $("#tagsWrapper #tagsEdit").attr('tagid'); | ||||
|  | @ -1476,8 +1486,7 @@ $("#tagsWrapper #tagsEdit .button").click(e => { | |||
|       } | ||||
|     }) | ||||
|   } | ||||
| }) | ||||
| 
 | ||||
| } | ||||
| 
 | ||||
| $(document).on("click", "#top .logo", (e) => { | ||||
|   changePage('test'); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue