Commit b912fe34 authored by Leo Iannacone's avatar Leo Iannacone

set ... while getting info

parent b100bcb2
......@@ -382,6 +382,7 @@ function Page_Distrubion(socket) {
query_data.package = view.package;
debug_socket('emit', _e.package_info, query_data);
socket.emit(_e.package_info, query_data);
$("#package_info").html('...');
}
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment