opt
/
kaspersky
/
kav4fs
/
share
/
wmconsole
/
html
/
js
/
pages
➕ New
📤 Upload
✎ Editing:
settingsPage.js
← Back
settingsConnLostId = 0; ic.registerConnectionErrorHandler(function(connLostId){ if(0 == $('#settingsPageMarker').length ) return; if( settingsConnLostId != connLostId ) { settingsConnLostId = connLostId; $('#ic_changePasswordSubmit').disable(); } if(true === processingSaveProductSettings){ $('#settingsStatusBox').updateHtml(''); $('#b_SaveSettings').enable(); showConnectionLostAchtung(); } }) ic.registerConnectionRestoredHandler(function(){ if(0 == $('#settingsPageMarker').length ) return; settingsConnLostId = 0; $('#ic_changePasswordSubmit').trigger('setupActivity'); }) processingSaveProductSettings = false; ic.errorHandlers.push(function(data) { if(data.errorMsg && ($('#settingsPageMarker').length > 0) && (true === processingSaveProductSettings)) { $('#settingsStatusBox').updateHtml(''); $('#settingsErrorBox').updateHtml(data.errorMsg); return true; } return false; })
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel