Убрал дебаг
This commit is contained in:
@@ -98,7 +98,6 @@ class LibsPage extends Vue {
|
|||||||
|
|
||||||
loadLibs() {
|
loadLibs() {
|
||||||
const libs = this.libs;
|
const libs = this.libs;
|
||||||
console.log(libs.comment);
|
|
||||||
this.startLink = (libs.comment ? libs.comment + ' ': '') + this.removeProtocol(libs.startLink);
|
this.startLink = (libs.comment ? libs.comment + ' ': '') + this.removeProtocol(libs.startLink);
|
||||||
this.rootLink = this.getOrigin(libs.startLink);
|
this.rootLink = this.getOrigin(libs.startLink);
|
||||||
this.updateSelectedLink();
|
this.updateSelectedLink();
|
||||||
|
|||||||
Reference in New Issue
Block a user