- Timestamp:
- Dec 21, 2009, 1:11:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/ajaxterm-rebased/code/templates/terminal.mako
r2752 r2758 22 22 window.onload=function() { 23 23 t=ajaxterm.Terminal("term", ${machine.machine_id}); 24 $('term').focus(); 24 25 } 25 26 </script> 26 27 </%def> 27 28 28 <div id="term"></div>29 <div tabindex="0" id="term"></div> 29 30 <div style="clear: both;"></div>
Note: See TracChangeset
for help on using the changeset viewer.