Skip to content

Commit

Permalink
fix #275
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoh committed Aug 19, 2015
1 parent 520caa2 commit 943f28b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/webapp/WEB-INF/VM_global_library.vm
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ $i18n.get($key)


#macro( transCol $key)
<span class="vc" data-key="$key">$key</span>
<span class="translate vc" data-key="$key">$key</span>
#end
3 changes: 3 additions & 0 deletions client/src/main/webapp/js/facets.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Facets.prototype = {
var facet = $(this).data("facet");
facets.removeFilter(facet, val);
}, this));

K5.i18n.k5translate("div.used");

this.show(1000);
},
addContextButtons: function() {
Expand Down

0 comments on commit 943f28b

Please sign in to comment.