diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/utill/selectOnFocus.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/utill/selectOnFocus.directive.js index 57e44391d5..861bacad47 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/utill/selectOnFocus.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/utill/selectOnFocus.directive.js @@ -8,7 +8,7 @@ angular.module("umbraco.directives") //Initial click, select entire text this.select(); //Set the edit mode so subsequent clicks work normally - $(el).data("editmode", true) + $(el).data("editmode", true); } }). bind("blur", function () {