update embed script
This commit is contained in:
parent
6f8e105836
commit
13884a2bb4
1 changed files with 1 additions and 1 deletions
2
embed.js
2
embed.js
|
|
@ -1,5 +1,5 @@
|
|||
(function() {
|
||||
const params = new new URLSearchParams(window.location.search)
|
||||
const params = new URLSearchParams(window.location.search)
|
||||
|
||||
if (!params.has('embed')) {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue