Skip to content

Commit 1f94e6a

Browse files
committed
精简html代码
1 parent 53472e4 commit 1f94e6a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lexical/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ <h3 class="ui header">Lexical analyer output</h4>
133133
$('#token').html('');
134134
}
135135
data.forEach(function(entry){
136-
if(first == 0) {
137-
var token = $('#token').html;
138-
var out = $('#out').html();
139-
}
140136
if(first == 0) {
141137
$('#token').html('<a class="tiny ui basic circular label">#' + entry['pos'][0] + '</a>');
142138
$('#token').append('<a class="tiny ui ' + color[entry['tuple'][0]] + ' label" data-title="Token Info" data-content="'+

0 commit comments

Comments
 (0)