Merge "hide tooltip after select field is selected"
This commit is contained in:
commit
5c7ea2254b
@ -71,6 +71,9 @@ horizon.addInitFunction(function () {
|
||||
trigger: 'focus',
|
||||
title: getTwipsyTitle
|
||||
});
|
||||
$(document).on('change', '.form-field select', function() {
|
||||
$(this).tooltip('hide');
|
||||
});
|
||||
|
||||
// Hide the text for js-capable browsers
|
||||
$('span.help-block').hide();
|
||||
|
Loading…
Reference in New Issue
Block a user