• csillag's avatar
    Change comments implementation to avoid fake highlights · 983b6719
    csillag authored
    Previously, we were adding fake highlights to comments, which
    showed up on the last character of the document, when in always-on
    or highlight mode.
    
    This was needed so that the heatmap can find the comments.
    
    The new implementatain is much cleaner; now we maintain a list of comments
    independently of the DOM, and the heatmap works from that.
    
    Therefore, the fake highlights are now gone.
    
    Fixes #700.
    983b6719
Name
Last commit
Last update
..
plugin Loading commit data...
.gitignore Loading commit data...
app.coffee Loading commit data...
app_directives.coffee Loading commit data...
controllers.coffee Loading commit data...
directives.coffee Loading commit data...
displayer.coffee Loading commit data...
filters.coffee Loading commit data...
flash.coffee Loading commit data...
guest.coffee Loading commit data...
host.coffee Loading commit data...
services.coffee Loading commit data...
stream.coffee Loading commit data...
streamer.coffee Loading commit data...
streamfilter.coffee Loading commit data...