Skip to content

Commit 09bbc93

Browse files
committed
Fix syntax error
1 parent c9f9a25 commit 09bbc93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mink-plugin/js/displayMinkUI.js

+2
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ function archiveURIArchiveDotIs (cb, openInNewTab) {
272272
}
273273
}
274274
})
275+
}
275276

276277
function archiveURI (img, archiveid, openInNewTab) {
277278
chrome.runtime.sendMessage({
@@ -281,6 +282,7 @@ function archiveURI (img, archiveid, openInNewTab) {
281282
imgId: img.id,
282283
imgURI: img.uri,
283284
newTab: openInNewTab
285+
})
284286
}
285287

286288
/* Vars in this namespace get "already declared" error when injected, hence var instead of let */

0 commit comments

Comments
 (0)