File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ angular.module("umbraco")
34
34
35
35
//queue rules loading
36
36
angular . forEach ( editorConfig . stylesheets , function ( val , key ) {
37
- stylesheets . push ( "/css/" + val + ".css?" + new Date ( ) . getTime ( ) ) ;
37
+ stylesheets . push ( ".. /css/" + val + ".css?" + new Date ( ) . getTime ( ) ) ;
38
38
39
39
await . push ( stylesheetResource . getRulesByName ( val ) . then ( function ( rules ) {
40
40
angular . forEach ( rules , function ( rule ) {
@@ -58,8 +58,6 @@ angular.module("umbraco")
58
58
} ) ;
59
59
60
60
61
-
62
-
63
61
//stores a reference to the editor
64
62
var tinyMceEditor = null ;
65
63
@@ -111,7 +109,7 @@ angular.module("umbraco")
111
109
$scope . model . value = editor . getContent ( ) ;
112
110
} ) ;
113
111
} ) ;
114
-
112
+
115
113
editor . on ( 'blur' , function ( e ) {
116
114
angularHelper . safeApply ( $scope , function ( ) {
117
115
$scope . model . value = editor . getContent ( ) ;
You can’t perform that action at this time.
0 commit comments