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.
1 parent f00ab04 commit 1615924Copy full SHA for 1615924
html/classhelper.js
@@ -910,7 +910,7 @@ class ClassHelper extends HTMLElement {
910
this.popupRef = window.open(CLASSHELPER_POPUP_URL, CLASSHELPER_POPUP_TARGET, popupFeatures);
911
912
if (this.popupRef == null) {
913
- throw new Error("Failed to open popup window");
+ throw new Error("Browser Failed to open Popup Window");
914
}
915
916
// Create the popup root level page
@@ -941,7 +941,7 @@ class ClassHelper extends HTMLElement {
941
head.appendChild(styleSheet);
942
943
if (this.dataset.searchWith) {
944
- const searchFrag = this.getSearchFragment();
+ const searchFrag = this.getSearchFragment(null);
945
body.appendChild(searchFrag);
946
947
0 commit comments