don't repeat SearchableText in criterias

This commit is contained in:
Frédéric Péters 2014-03-17 13:30:54 +01:00
parent 9e9a492f60
commit 38cc4f4caa
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@
$(widget).find('.querylabel').val(val);
criteria_div.find('.queryvalue').replaceWith(widget);
}
if (index == 'SearchableText') {
$(criteria_div).hide();
}
});
items.each(function () {