escalerapadronl

Results 2 comments of escalerapadronl

I have narrowed it down to the button being created with the conditional found on line 261 in `activecode.js`: ``` if ($(this.origElem).data("codelens") && ! this.graderactive) { butt = document.createElement("button"); $(butt).addClass("ac_opt...

I am not quite sure how these two work together to decide whether the activecode gets a "Show CodeLens" button or not.