File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ function getContent() {
117117
118118function executeBootstrap ( data ) {
119119 const scriptElement = document . createElement ( "script" ) ;
120- scriptElement . textContent = "(() => { const bootstrapReady = this.bootstrap([" + ( new Uint8Array ( data ) ) . toString ( ) + "]); if (bootstrapReady) { bootstrapReady.then(() => document.dispatchEvent(new CustomEvent(\"single-filez-display-infobar\"))); } })()" ;
120+ scriptElement . textContent = "(() => { const bootstrapReady = this.bootstrap && this.bootstrap ([" + ( new Uint8Array ( data ) ) . toString ( ) + "]); if (bootstrapReady) { bootstrapReady.then(() => document.dispatchEvent(new CustomEvent(\"single-filez-display-infobar\"))); } })()" ;
121121 document . body . appendChild ( scriptElement ) ;
122122}
123123
You can’t perform that action at this time.
0 commit comments