File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Umbraco.Web.UI/Umbraco/preview
Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
< div ng-controller ="Umbraco.PropertyEditors.Grid.EmbedController ">
2
2
3
- < div class ="usky-editor-placeholder " ng-click ="setEmbed()) " ng-if ="control.value === null ">
3
+ < div class ="usky-editor-placeholder " ng-click ="setEmbed() " ng-if ="control.value === null ">
4
4
< i class ="icon icon-movie-alt "> </ i >
5
5
< div class ="help-text "> Click to embed</ div >
6
6
</ div >
Original file line number Diff line number Diff line change 7
7
< link href ="/Umbraco/lib/jquery/jquery-ui-1.10.4.custom.min.css " type ="text/css " rel ="stylesheet " />
8
8
</ head >
9
9
10
- < body id ="tuningPanel " ng-controller ="Umbraco.tuningController ">
10
+ < body id ="tuningPanel " ng-class =" {open:isOpen} " ng- controller ="Umbraco.tuningController ">
11
11
12
12
< div class ="wait " ng-show ="!frameLoaded "> Loading ...</ div >
13
13
You can’t perform that action at this time.
0 commit comments