mirror of
https://github.com/unraid/webgui.git
synced 2026-04-29 06:19:30 -05:00
Fixed: smGlue not included when selecting a controller
This commit is contained in:
@@ -173,6 +173,7 @@ function setGlue(form,reset) {
|
||||
$('input[name="smDevice"]').val('').hide();
|
||||
$('#helptext').hide();
|
||||
}
|
||||
form.smGlue.value = form.smType.selectedIndex>0 ? data[n]['glue'] : "<?=$var['smGlue']?>";
|
||||
}
|
||||
function prepareFS(form,cookie,value) {
|
||||
if ($(form).find('input[type="submit"]').val()=='Cancel') $.removeCookie(cookie); else $.cookie(cookie,value);
|
||||
|
||||
Reference in New Issue
Block a user