Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b71d894

Browse files
committedJun 9, 2019
fix: version error
1 parent a37b31a commit b71d894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎js/src/version-check.2.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $(document).ready(function () {
1515

1616
$("#livemap_version").text(window.version); // Show it on the interface
1717

18-
$.ajax("//raw.githubusercontent.com/TGRHavoc/live_map-interface/master/version.json", {
18+
$.ajax("https://raw.githubusercontent.com/TGRHavoc/live_map-interface/master/version.json", {
1919
error: function (textStatus, errorThrown) {
2020
createAlert({
2121
title: "<strong>Error latest version for check!</strong>",

0 commit comments

Comments
 (0)