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:
authornachoparker <nacho@ownyourbits.com>2017-08-10 21:15:51 +0300
committernachoparker <nacho@ownyourbits.com>2017-08-11 00:17:56 +0300
commit77567c40bbbe1aac4b5c4271ed912f62f84fde69 (patch)
tree1cbdfbe5620697c1fa033acdac748a9d06886655
parent08b3e1fc2cb18a740f6a10434e5b4acfd2b29b7c (diff)
ncp-web: visually indicate selected extrav0.19.8
-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') ,