gui: Remove HTML support in tooltips

This commit is contained in:
Jakob Borg
2023-06-06 09:06:36 +02:00
parent e136d11dce
commit be5961f59b
@@ -3,9 +3,7 @@ angular.module('syncthing.core')
return {
restrict: 'A',
link: function (scope, element, attributes) {
$(element).tooltip({
html: 'true'
});
$(element).tooltip();
}
};
});