public/javascripts/matrix.js in pact_broker-2.34.0 vs public/javascripts/matrix.js in pact_broker-2.35.0
- old
+ new
@@ -1,6 +1,5 @@
-
function setTextboxVisibility(selectBox, cssSelector, visibility) {
var textbox = selectBox.closest('.selector').find(cssSelector);
textbox.toggle(visibility);
if(visibility) {
textbox.prop('disabled', '');
@@ -62,10 +61,9 @@
textExtraction : function(node, table, cellIndex){
n = $(node);
return n.attr('data-sort-value') || n.text();
}
});
-
$('[data-toggle="tooltip"]').each(function(index, el){
$(el).tooltip({container: $(el)});
});
});