Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FredBardin committed Jan 2, 2018
1 parent ed476fe commit 16e61ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/lights.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ function lightsDetailAction(tabaction,xy){
}
});

// Group assign/create executed after reading all lamp
//== Group assign/create executed after reading all lamp
if (tabaction == 'grpassign'){
var valsel = $('#assigngrp').val();
var newgrp = $('#newgrp').val();
Expand Down Expand Up @@ -389,7 +389,7 @@ function lightsDetailAction(tabaction,xy){
}
}

// Copy actions
//== Copy actions
if (tabaction == 'tsexec'){
var valtarget = $('#tssell').val();
var actionselected = 'lights/'+num;
Expand Down

0 comments on commit 16e61ec

Please sign in to comment.