Auto update of headerOrg (Pb and rank panel)

pull/3/head
Sami Mokaddem 2017-11-06 13:52:08 +01:00
parent cba6d260ff
commit 58c187d0d5
1 changed files with 1 additions and 0 deletions

View File

@ -334,5 +334,6 @@ $(document).ready(function() {
var json = jQuery.parseJSON( event.data );
addLastContributor(datatableLast, json, true);
datatableLast.draw();
updateProgressHeader(json.org)
};
});