diff --git a/web/static/js/main.js b/web/static/js/main.js index d71770e..0965561 100644 --- a/web/static/js/main.js +++ b/web/static/js/main.js @@ -232,6 +232,9 @@ } }); this.targets[target_slug].active = true; + if( this.targets[target_slug].config.type == 'input'){ + return this; + } if ((ref$ = this.orbits) != null) { ref$.enableTarget(target_slug); } @@ -246,6 +249,9 @@ } }); this.targets[target_slug].active = false; + if( this.targets[target_slug].config.type == 'input'){ + return this; + } if ((ref$ = this.orbits) != null) { ref$.disableTarget(target_slug); } -- libgit2 0.21.2