Don't set windowName for the full clipboard page.
This was less helpful than expected, because if you take that tab and navigate somewhere else, then trying to open the clipboard would replace the current tab instead of opening a new one.
This commit is contained in:
		
							parent
							
								
									78dd1417ca
								
							
						
					
					
						commit
						eeceb7a9eb
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -286,8 +286,7 @@ function update_clipboard_tray() | |||
| photo_clipboard.open_full_clipboard_tab = | ||||
| function open_full_clipboard_tab() | ||||
| { | ||||
|     var url = "/clipboard"; | ||||
|     window.open(url, "full_clipboard"); | ||||
|     window.open("/clipboard"); | ||||
| } | ||||
| 
 | ||||
| photo_clipboard.update_clipboard_count = | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue