Skip to content

Commit

Permalink
Merge pull request #151 from RabotaRu/v2.5.3
Browse files Browse the repository at this point in the history
Исправлено обращение к GitLab файлам
  • Loading branch information
rpiontik authored Jan 17, 2023
2 parents 9d580d5 + a87046e commit 543916d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Docs/DocHubDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
let result = this.profile ?
docs.urlFromProfile(this.profile,
(this.$store.state.sources.find((item) => item.path === `/docs/${this.document}`) || {}).location
): '';
).toString(): '';
result += result.indexOf('?') > 0 ? '&' : '?';
result += `id=${this.document}`;
return result;
Expand Down

0 comments on commit 543916d

Please sign in to comment.