8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
function init_wizard_summary(){
|
|
remove_search();
|
|
$('.table_summ tr').click(function(){
|
|
system.load($(this).attr('sysload'));});
|
|
}
|
|
|
|
|