diff --git a/src/umbraco.controls/TreePicker/BaseTreePicker.js b/src/umbraco.controls/TreePicker/BaseTreePicker.js index b0c974b2ed..823baf7f49 100644 --- a/src/umbraco.controls/TreePicker/BaseTreePicker.js +++ b/src/umbraco.controls/TreePicker/BaseTreePicker.js @@ -71,7 +71,7 @@ Umbraco.Sys.registerNamespace("Umbraco.Controls"); // Hover over code var title = $(this).attr('title'); $(this).data('tipText', title).removeAttr('title'); - $('

').text(title).appendTo('body').fadeIn('fast');; + $('

').text(title).appendTo('body').fadeIn('fast');; }, function () { // Hover out code $(this).attr('title', $(this).data('tipText'));