Skip to content

Commit

Permalink
ncp-web: visually indicate selected extra
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Aug 10, 2017
1 parent 8db180e commit 7ad1f9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ncp-web/ncp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') ,
Expand Down

0 comments on commit 7ad1f9a

Please sign in to comment.