fix: regular question asking
This commit is contained in:
parent
052ddf862f
commit
292d302304
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@
|
||||||
(script
|
(script
|
||||||
(text "globalThis.gerald = null;
|
(text "globalThis.gerald = null;
|
||||||
// asking about
|
// asking about
|
||||||
globalThis.asking_about = new URLSearchParams(window.location.search).get(\"asking_about\");
|
globalThis.asking_about = new URLSearchParams(window.location.search).get(\"asking_about\") || \"\";
|
||||||
|
|
||||||
if (asking_about) {
|
if (asking_about) {
|
||||||
document.getElementById(\"create_question_form\").innerHTML +=
|
document.getElementById(\"create_question_form\").innerHTML +=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue