From 77567c40bbbe1aac4b5c4271ed912f62f84fde69 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Thu, 10 Aug 2017 20:15:51 +0200 Subject: ncp-web: visually indicate selected extra --- ncp-web/ncp.js | 3 +++ 1 file changed, 3 insertions(+) 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') , -- cgit v1.2.3