We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53472e4 commit 1f94e6aCopy full SHA for 1f94e6a
Lexical/index.html
@@ -133,10 +133,6 @@ <h3 class="ui header">Lexical analyer output</h4>
133
$('#token').html('');
134
}
135
data.forEach(function(entry){
136
- if(first == 0) {
137
- var token = $('#token').html;
138
- var out = $('#out').html();
139
- }
140
if(first == 0) {
141
$('#token').html('<a class="tiny ui basic circular label">#' + entry['pos'][0] + '</a>');
142
$('#token').append('<a class="tiny ui ' + color[entry['tuple'][0]] + ' label" data-title="Token Info" data-content="'+
0 commit comments