diff --git a/gui/default/syncthing/core/tooltipDirective.js b/gui/default/syncthing/core/tooltipDirective.js index 4a79e763f..c21a396d8 100644 --- a/gui/default/syncthing/core/tooltipDirective.js +++ b/gui/default/syncthing/core/tooltipDirective.js @@ -3,9 +3,7 @@ angular.module('syncthing.core') return { restrict: 'A', link: function (scope, element, attributes) { - $(element).tooltip({ - html: 'true' - }); + $(element).tooltip(); } }; });