added the stabilized event handler to the project user relation graph view
This commit is contained in:
parent
f4ca205f19
commit
35d92f2950
@ -158,6 +158,10 @@ function show_project_user_relation_graph (response)
|
|||||||
revision_network_progress.text ('');
|
revision_network_progress.text ('');
|
||||||
$("#project_map_refresh_button").button("enable");
|
$("#project_map_refresh_button").button("enable");
|
||||||
});
|
});
|
||||||
|
revision_network.on ('stabilized', function (params) {
|
||||||
|
revision_network_progress.text ('');
|
||||||
|
$("#project_map_refresh_button").button("enable");
|
||||||
|
});
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user