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 755a644 commit d2c826fCopy full SHA for d2c826f
build/_includes/header.html
@@ -85,26 +85,12 @@
85
const versionsJSON = window.location.origin.concat("/docs_versions.json");
86
const versionJSON = window.location.origin.concat("/version.json");
87
88
- // const versions = {
89
- // "versions": [
90
- // {
91
- // "version": "7.0",
92
- // "url": "https://docs.nativescript.org"
93
- // },
94
95
- // "version": "6.0",
96
- // "url": "https://v6.docs.nativescript.org"
97
98
- // ]
99
- // }
100
- // this.versions = versions.versions;
101
-
102
$.getJSON(versionsJSON, function (data) {
103
this.versions = data.versions;
104
- })
+ }.bind(this))
105
$.getJSON(versionJSON, function (data) {
106
this.current = data.current
107
108
},
109
110
// data
0 commit comments