Spaces:
Running
Running
Commit
·
f530ecb
1
Parent(s):
66c51d6
Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
|
@@ -131,11 +131,11 @@
|
|
| 131 |
window.clearInterval(window['checkPrompt_interval']);
|
| 132 |
var prompt = decodeURI(getParamVal("prompt"));
|
| 133 |
if (prompt.length > 0) {
|
| 134 |
-
hiddenElement('
|
| 135 |
-
hiddenElement('
|
| 136 |
-
hiddenElement('
|
| 137 |
-
hiddenElement('
|
| 138 |
-
hiddenElement('
|
| 139 |
hiddenElement('.gr-text-input');
|
| 140 |
hiddenElement('.gr-button');
|
| 141 |
console.log('prompt__'+prompt);
|
|
|
|
| 131 |
window.clearInterval(window['checkPrompt_interval']);
|
| 132 |
var prompt = decodeURI(getParamVal("prompt"));
|
| 133 |
if (prompt.length > 0) {
|
| 134 |
+
hiddenElement("[id='2']");
|
| 135 |
+
hiddenElement("[id='3']");
|
| 136 |
+
hiddenElement("[id='11']");
|
| 137 |
+
hiddenElement("[id='12']");
|
| 138 |
+
hiddenElement("[id='13']");
|
| 139 |
hiddenElement('.gr-text-input');
|
| 140 |
hiddenElement('.gr-button');
|
| 141 |
console.log('prompt__'+prompt);
|