Fuego Tips in split format
Here are some miscelaneous fuego tips:
| Here are some miscelaneous fuego tips:
|
- to debug flot/mod.js, put the following near the start of a routine:
| * to debug flot/mod.js, put the following near the start of a routine:
|
jQuery('.plots').append('<div class="container"><div class="area_header">'+testsuite+':'+ 'TRB DEBUG - debug data here' +'</div>'
+'</div></div>');
| {{{
jQuery('.plots').append('<div class="container"><div class="area_header">'+testsuite+':'+ 'TRB DEBUG - debug data here' +'</div>'
+'</div></div>');
|
}}}
| }}}
|