double )) in embed open windows

This commit is contained in:
antoine
2014-06-10 16:52:29 +02:00
parent cb491d45ab
commit 9da7e108da
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<div ng-controller="Umbraco.PropertyEditors.Grid.EmbedController">
<div class="usky-editor-placeholder" ng-click="setEmbed())" ng-if="control.value === null">
<div class="usky-editor-placeholder" ng-click="setEmbed()" ng-if="control.value === null">
<i class="icon icon-movie-alt"></i>
<div class="help-text">Click to embed</div>
</div>

View File

@@ -7,7 +7,7 @@
<link href="/Umbraco/lib/jquery/jquery-ui-1.10.4.custom.min.css" type="text/css" rel="stylesheet" />
</head>
<body id="tuningPanel" ng-controller="Umbraco.tuningController">
<body id="tuningPanel" ng-class="{open:isOpen}" ng-controller="Umbraco.tuningController">
<div class="wait" ng-show="!frameLoaded">Loading ...</div>