code for supervisor mode removed, because functionality exists in official nextcloud app "impersonate" with better GUI

This commit is contained in:
Horst Knorr
2018-01-30 19:42:37 +01:00
parent cf98f74ba7
commit 78a0247898
7 changed files with 1 additions and 54 deletions

View File

@@ -322,13 +322,6 @@ user_sql.loadDomainSettings = function(domain)
else
$('#' + key).prop('checked', false);
}
else if(key == 'set_supervisor')
{
if(data.settings[key] == 'true')
$('#' + key).prop('checked', true);
else
$('#' + key).prop('checked', false);
}
else if(key == 'set_enable_gethome')
{
if(data.settings[key] == 'true')