Skip to content

Commit 41fa999

Browse files
committed
remove !!
1 parent 96cae07 commit 41fa999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/domains/documentcloud.org.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
if (!/DC\-note/.test(html) && !/DC\-embed(?:\-page)?/.test(html)) {
3434
var page = options.getRequestOptions('documentcloud.page', '1');
3535
// documentcloud.title: false (default) = show title, true = hide title
36-
var hideTitle = !!options.getRequestOptions('documentcloud.title', false);
36+
var hideTitle = options.getRequestOptions('documentcloud.title', false);
3737

3838
try {
3939
var iframe = oembed.getIframe();

0 commit comments

Comments
 (0)