ok
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user