Fix function list in webui

This commit is contained in:
pancake 2015-04-22 15:18:06 +02:00
parent e1ae15b2b2
commit e9c1cd9c56

View File

@ -176,7 +176,7 @@ function load_binary_details() {
render_symbols(x);
});
// <div id="functions"></div>
r2.cmdj("afj", function(x) {
r2.cmdj("aflj", function(x) {
render_functions(x);
});
// <div id="imports"></div>
@ -209,7 +209,7 @@ function update_binary_details() {
render_symbols(x);
});
// <div id="functions"></div>
r2.cmdj("afj", function(x) {
r2.cmdj("aflj", function(x) {
render_functions(x);
});
// <div id="imports"></div>