We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20f0661 + e57ab18 commit 40a7db0Copy full SHA for 40a7db0
vue3/src/pages/RecipeImportPage.vue
@@ -499,7 +499,7 @@ const bookmarkletContent = computed(() => {
499
`localStorage.setItem("importURL", "${getDjangoUrl('/api/bookmarklet-import/')}");` +
500
`localStorage.setItem("redirectURL", "${getDjangoUrl('/recipe/import/')}");` +
501
`localStorage.setItem("token", "${bookmarkletToken.value}");` +
502
- `document.body.appendChild(document.createElement("script")).src="${bookmarkletJs}?r="+Math.floor(Math.random()*999999999)}` +
+ `document.body.appendChild(document.createElement("script")).src="${bookmarkletJs}"}` +
503
`})()`
504
})
505
@@ -856,4 +856,4 @@ function loadOrCreateBookmarkletToken() {
856
857
<style scoped>
858
859
-</style>
+</style>
0 commit comments