Fix profile visualiser

This was SVN commit r10820.
This commit is contained in:
Ykkrosh 2011-12-28 22:01:30 +00:00
parent 52756535f3
commit eb45a8e0f0

View File

@ -123,7 +123,7 @@ function refresh_thread(thread, callback_data)
dataType: 'json',
data: { 'thread': thread.name },
success: function (data) {
data.events = concat_events(data.events);
data.events = concat_events(data);
thread.data = data;