Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 2385ffd

Browse files
committed
change url
1 parent ea24ba9 commit 2385ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<script>
7878
function getCookie(n) { for (var t = n + "=", e = document.cookie.split(";"), r = 0; r < e.length; r++) { for (var i = e[r]; " " === i.charAt(0);)i = i.substring(1, i.length); if (0 === i.indexOf(t)) return i.substring(t.length, i.length) } return null }
7979
function setCookie(e, t, i) { var o; if (i) { var n = new Date; n.setTime(n.getTime() + 24 * i * 60 * 60 * 1e3), o = "; expires=" + n.toGMTString() } else o = ""; document.cookie = e + "=" + t + o + "; path=/" }
80-
$.getJSON("https://raw.githubusercontent.com/tsonevn/docstest/master/versions.json", function (data) {
80+
$.getJSON("https://docs.nativescript.org/docs_versions.json", function (data) {
8181
var varray = data[`versions`].sort((a, b) => parseFloat(a[`version`]) - parseFloat(b[`version`]));
8282
var docsUrl = window.location.href;
8383
var baseUrl = window.location.origin;

0 commit comments

Comments
 (0)