added the stabilized event handler to the project user relation graph view

This commit is contained in:
hyung-hwan 2016-12-15 15:27:56 +00:00
parent f4ca205f19
commit 35d92f2950

View File

@ -158,6 +158,10 @@ function show_project_user_relation_graph (response)
revision_network_progress.text ('');
$("#project_map_refresh_button").button("enable");
});
revision_network.on ('stabilized', function (params) {
revision_network_progress.text ('');
$("#project_map_refresh_button").button("enable");
});
}
else
{