]> source.dussan.org Git - sonarqube.git/commitdiff
Fix tooltip of "More Criteria" filter
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 22 Oct 2014 14:00:06 +0000 (16:00 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 22 Oct 2014 14:00:06 +0000 (16:00 +0200)
server/sonar-web/src/main/js/navigator/filters/more-criteria-filters.js

index 8a376d5f751c60b18333e4240cc8bd7059bd6f52..5cc3b76803b806260d4b5b525f26d2a5e1145bbe 100644 (file)
@@ -78,6 +78,12 @@ define([
     renderInput: function() {},
 
 
+    renderBase: function() {
+      ChoiceFilters.ChoiceFilterView.prototype.renderBase.call(this);
+      this.$el.prop('title', '');
+    },
+
+
     isDefaultValue: function() {
       return false;
     }