This commit is contained in:
silicons
2020-12-21 21:11:54 -07:00
parent b716658820
commit 000e525157
3 changed files with 18 additions and 21 deletions
+1 -1
View File
@@ -875,7 +875,7 @@ function draw_listedturf() {
// rather than every onmousedown getting the "part" of the last entry.
return function(e) {
e.preventDefault();
clickcatcher = "?src=" + part[1] + ";statpanel_item_click=1";
clickcatcher = "?src=_statpanel_;statpanel_item_target=" + part[1] + ";statpanel_item_click=1";
if(e.shiftKey){
clickcatcher += ";statpanel_item_shiftclick=1";
}