Skip to content

Commit 1615924

Browse files
committed
chore: fix typos
1 parent f00ab04 commit 1615924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/classhelper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ class ClassHelper extends HTMLElement {
910910
this.popupRef = window.open(CLASSHELPER_POPUP_URL, CLASSHELPER_POPUP_TARGET, popupFeatures);
911911

912912
if (this.popupRef == null) {
913-
throw new Error("Failed to open popup window");
913+
throw new Error("Browser Failed to open Popup Window");
914914
}
915915

916916
// Create the popup root level page
@@ -941,7 +941,7 @@ class ClassHelper extends HTMLElement {
941941
head.appendChild(styleSheet);
942942

943943
if (this.dataset.searchWith) {
944-
const searchFrag = this.getSearchFragment();
944+
const searchFrag = this.getSearchFragment(null);
945945
body.appendChild(searchFrag);
946946
}
947947

0 commit comments

Comments
 (0)