webui: do not show internal facet name to user

Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
Petr Vobornik 2014-09-12 18:13:59 +02:00
parent 26bd309c96
commit 27196b92c6

View File

@ -1228,7 +1228,6 @@ exp.facet_header = IPA.facet_header = function(spec) {
var li = $('<li/>', {
name: other_facet.name,
title: other_facet.name,
click: function() {
if (li.hasClass('entity-facet-disabled')) {
return false;