Skip to content

Commit

Permalink
Merge pull request #7096 from epixa/fixlet
Browse files Browse the repository at this point in the history
Do not use es6 in non-transpiled html
  • Loading branch information
w33ble committed Apr 29, 2016
2 parents 9f5fc16 + 879697d commit 1853f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/doc_table/components/table_row/cell.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%
let attributes = '';
var attributes = '';
if (timefield) {
attributes='class="discover-table-timefield" width="1%"';
} else if (sourcefield) {
Expand Down

0 comments on commit 1853f29

Please sign in to comment.