Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ncp-web/ncp.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/ncp-web/ncp.js b/ncp-web/ncp.js
index 8fdd5e0a..5d92bed0 100644
--- a/ncp-web/ncp.js
+++ b/ncp-web/ncp.js
@@ -25,6 +25,9 @@ $(function()
if ( confLock ) return;
confLock = true;
+ $( '#' + selectedID ).set('-active');
+ this.set( '+active' );
+
var that = this;
$.request('post', 'ncp-launcher.php', { action:'cfgreq',
ref:this.get('.id') ,