mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-18 11:05:14 +00:00
gui: Remove HTML support in tooltips
This commit is contained in:
parent
5a3ac86c3f
commit
f5e5af391a
@ -3,9 +3,7 @@ angular.module('syncthing.core')
|
||||
return {
|
||||
restrict: 'A',
|
||||
link: function (scope, element, attributes) {
|
||||
$(element).tooltip({
|
||||
html: 'true'
|
||||
});
|
||||
$(element).tooltip();
|
||||
}
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user