Skip to content
Snippets Groups Projects
Commit 16643615 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix note

parent 706b059c
No related branches found
No related tags found
1 merge request!8436Fs pulldown
...@@ -205,7 +205,7 @@ App.UI.OptionsGroup = (function() { ...@@ -205,7 +205,7 @@ App.UI.OptionsGroup = (function() {
$(buttonGroup).wiki(value.value); $(buttonGroup).wiki(value.value);
continue; continue;
} else if (value.mode === "DOM") { } else if (value.mode === "DOM") {
/* insert custom SC markup and go to next element */ /* insert DOM and go to next element */
buttonGroup.append(value.value); buttonGroup.append(value.value);
continue; continue;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment