mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-05 14:01:32 +00:00
coin id
This commit is contained in:
parent
97e8dea474
commit
3b06670e1c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ var main_timeout;
|
|||
|
||||
function main_refresh()
|
||||
{
|
||||
var url = "/site/coin_results?id={$_REQUEST['id']}";
|
||||
var url = "/site/coin_results?id={$id}";
|
||||
|
||||
clearTimeout(main_timeout);
|
||||
$.get(url, '', main_ready).error(main_error);
|
||||
|
|
Loading…
Add table
Reference in a new issue