4 lines
138 B
JavaScript
4 lines
138 B
JavaScript
window.osChange = function(e)
|
|
{
|
|
loadPage($.createLink('host', 'edit', 'id=' + host.id + '&osName=' + e.target.value), '#osVersion');
|
|
} |