Skip to content
Snippets Groups Projects
Commit 70eb1bd6 authored by Mattia's avatar Mattia
Browse files

Update to fix issue #189

parent 92379f2e
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@
var first=true;
for (key in json) {
$('#tabular-navigation')
.append($('<li>').attr((first) ? {class:"active"} : {})
.append($('<li>').attr(first ? {'class':'active'} : {})
.append($('<a>')
.click(build_table)
.attr({'table-group':key,'href':'#'})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment