mirror of
https://github.com/unraid/webgui.git
synced 2026-01-08 18:50:10 -06:00
Fix SMB read/write settings in tabbed mode
This commit is contained in:
@@ -267,7 +267,7 @@ $(function() {
|
||||
checkShareSettingsSMB(document.smb_edit);
|
||||
initDropdownSMB(false);
|
||||
<?if ($tabbed):?>
|
||||
$('#tab'+$('input[name$="tabs"]').length).bind({click:function(){initDropdownSMB(true);}});
|
||||
$('#tab'+$('.tabs-container button').length).bind({click:function(){initDropdownSMB(true);}});
|
||||
<?endif;?>
|
||||
<?if (count($users)==1):?>
|
||||
toggleButton('readusersmb',true);
|
||||
|
||||
Reference in New Issue
Block a user