Skip to content

Commit b6835d7

Browse files
committed
added more dev-studio
1 parent c24fdf7 commit b6835d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/breinify-dev-studio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
const $header =$('<div class="plugin-header">🔌 ' + pluginName + '</div>');
146146

147147
const $indicator = $('<span class="plugin-indicator">─</span>');
148-
$header.appendChild($indicator);
148+
$header.append($indicator);
149149

150150
const $content = $('<div class="plugin-content"></div>');
151151
const $list = $('<ul></ul>');

dist/breinify-dev-studio.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugins/DevStudio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
const $header =$('<div class="plugin-header">🔌 ' + pluginName + '</div>');
146146

147147
const $indicator = $('<span class="plugin-indicator">─</span>');
148-
$header.appendChild($indicator);
148+
$header.append($indicator);
149149

150150
const $content = $('<div class="plugin-content"></div>');
151151
const $list = $('<ul></ul>');

0 commit comments

Comments
 (0)