Skip to content

Commit a57904d

Browse files
committed
fix view type name
1 parent a7bd18c commit a57904d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unbxdSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ var unbxdSearchInit = function(jQuery, Handlebars){
471471
'<li class="unbxd-{{#if selected}}current{{/if}}">',
472472
'<a title="{{value}} View" class="unbxd-{{value}}view-button" {{#unless selected}}unbxdviewtype="{{value}}"{{/unless}}>',
473473
'<span class="icon-{{value}}view">',
474-
'{{value}}{{#if selected}}-current{{/if}}',
474+
'{{value}}',
475475
'</span>',
476476
'</a>',
477477
'</li>',

0 commit comments

Comments
 (0)