File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { toggleUserFakeChartData } from "../test/result";
1010import { toggleCaretDebug } from "../utils/caret" ;
1111import { getInputElement } from "../input/input-element" ;
1212import { disableSlowTimerFail } from "../test/test-timer" ;
13+ import { qsr } from "../utils/dom" ;
1314
1415let mediaQueryDebugLevel = 0 ;
1516
@@ -111,7 +112,7 @@ const modal = new AnimatedModal({
111112} ) ;
112113
113114export function appendButton ( ) : void {
114- $ ( "body" ) . prepend (
115+ qsr ( "body" ) . prependHtml (
115116 `
116117 <div id="devButtons">
117118 <a class='button configureAPI' href='${ envConfig . backendUrl } /configure/' target='_blank' aria-label="Configure API" data-balloon-pos="right"><i class="fas fa-fw fa-server"></i></a>
You can’t perform that action at this time.
0 commit comments