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 fa9e3cc commit c7a2ca9Copy full SHA for c7a2ca9
sphinx_design/compiled/sd_tabs.js
@@ -5,7 +5,7 @@ function ready() {
5
for (const label of li) {
6
syncId = label.getAttribute("data-sync-id");
7
if (syncId) {
8
- label.onclick = onLabelClick;
+ label.onclick = onSDLabelClick;
9
if (!sd_labels_by_text[syncId]) {
10
sd_labels_by_text[syncId] = [];
11
}
@@ -14,7 +14,7 @@ function ready() {
14
15
16
17
-function onLabelClick() {
+function onSDLabelClick() {
18
// Activate other inputs with the same sync id.
19
syncId = this.getAttribute("data-sync-id");
20
for (label of sd_labels_by_text[syncId]) {
0 commit comments