Spaces:
Sleeping
Sleeping
Update static/js/script.js
Browse files- static/js/script.js +4 -1
static/js/script.js
CHANGED
@@ -879,6 +879,9 @@ function enhanceProblem() {
|
|
879 |
comments: userComments
|
880 |
});
|
881 |
|
|
|
|
|
|
|
882 |
if (storedRefinedProblems[currentProblemKey]) {
|
883 |
showRefinedProblems(storedRefinedProblems[currentProblemKey]);
|
884 |
return;
|
@@ -2858,4 +2861,4 @@ async function autoRunAllProcess() {
|
|
2858 |
autoRunBtn.style.opacity = '1';
|
2859 |
autoRunBtn.textContent = 'Auto Run All Process';
|
2860 |
}
|
2861 |
-
}
|
|
|
879 |
comments: userComments
|
880 |
});
|
881 |
|
882 |
+
// Switch to Patentability Tools tab first
|
883 |
+
switchToPatentabilityTab();
|
884 |
+
|
885 |
if (storedRefinedProblems[currentProblemKey]) {
|
886 |
showRefinedProblems(storedRefinedProblems[currentProblemKey]);
|
887 |
return;
|
|
|
2861 |
autoRunBtn.style.opacity = '1';
|
2862 |
autoRunBtn.textContent = 'Auto Run All Process';
|
2863 |
}
|
2864 |
+
}
|