gui: Remove HTML support in tooltips
This commit is contained in:
@@ -3,9 +3,7 @@ angular.module('syncthing.core')
|
|||||||
return {
|
return {
|
||||||
restrict: 'A',
|
restrict: 'A',
|
||||||
link: function (scope, element, attributes) {
|
link: function (scope, element, attributes) {
|
||||||
$(element).tooltip({
|
$(element).tooltip();
|
||||||
html: 'true'
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user