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:
voussoir 2019-08-25 17:17:40 -07:00
parent 78dd1417ca
commit eeceb7a9eb

View file

@ -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 =