fix showing tooltip when col is shown

This commit is contained in:
Oliver Gorwits
2014-08-18 22:20:28 +01:00
parent 173ea3853d
commit 4ef5feed8c

View File

@@ -636,10 +636,16 @@ $(document).ready(function() {
$(button).find('span').text('Connected Devices');
}
// need to re-activate tooltips on new content
$(button).click(function() {
$("[rel=tooltip]").tooltip({live: true});
});
$('#nd_column-controls').append( button );
}
}
}
});
//]]>
</script>