Browse Source

Merge remote-tracking branch 'origin/V20211018' into zouap

tags/v1.21.11.1
zouap 4 years ago
parent
commit
76d78524a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/components/EditTopics.vue

+ 1
- 1
web_src/js/components/EditTopics.vue View File

@@ -197,7 +197,7 @@ export default {
'href',
`${AppSubUrl}/explore/repos?q=${encodeURIComponent(
topicArray[i]
)}&topic=1`
)}&topic=`
);
link.text(topicArray[i]);
// link.insertBefore(last);


Loading…
Cancel
Save