Skip to content

Commit 9da7e10

Browse files
author
antoine
committed
double )) in embed open windows
1 parent cb491d4 commit 9da7e10

File tree

2 files changed

+2
-2
lines changed
  • src
    • Umbraco.Web.UI/Umbraco/preview
    • Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors

2 files changed

+2
-2
lines changed

src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/embed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div ng-controller="Umbraco.PropertyEditors.Grid.EmbedController">
22

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">
44
<i class="icon icon-movie-alt"></i>
55
<div class="help-text">Click to embed</div>
66
</div>

src/Umbraco.Web.UI/Umbraco/preview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="/Umbraco/lib/jquery/jquery-ui-1.10.4.custom.min.css" type="text/css" rel="stylesheet" />
88
</head>
99

10-
<body id="tuningPanel" ng-controller="Umbraco.tuningController">
10+
<body id="tuningPanel" ng-class="{open:isOpen}" ng-controller="Umbraco.tuningController">
1111

1212
<div class="wait" ng-show="!frameLoaded">Loading ...</div>
1313

0 commit comments

Comments
 (0)