Skip to content

Commit b120ccf

Browse files
author
Jason Smith
committed
Changed name of target to something boring
1 parent 2f3758e commit b120ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PatternkitDrupalTwigLib.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ public function getEditor($subtype = NULL,
8888
: $config;
8989
// @todo Move to own JS file & Drupal Settings config var.
9090
$markup = <<<HTML
91-
<div id="magic-pixie-dust"></div>
91+
<div id="editor-shadow-injection-target"></div>
9292
<script type="text/javascript">
93-
var target = document.getElementById("magic-pixie-dust");
93+
var target = document.getElementById("editor-shadow-injection-target");
9494
var shadow = target.attachShadow({mode: 'open'});
9595
9696
shadow.innerHTML = '<link rel="stylesheet" id="theme_stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css"><link rel="stylesheet" id="icon_stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css"><div id="editor_holder"></div>';

0 commit comments

Comments
 (0)