Fix incorrect source=history in info page URL for active sessions on history table
This commit is contained in:
@@ -762,7 +762,7 @@ function info_page(rating_key, guid, history, live) {
|
||||
params.rating_key = rating_key;
|
||||
}
|
||||
|
||||
if (history != null) { params.source = 'history'; }
|
||||
if (history) { params.source = 'history'; }
|
||||
|
||||
return params;
|
||||
}
|
||||
|
Reference in New Issue
Block a user