We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent a37b31a commit b71d894Copy full SHA for b71d894
js/src/version-check.2.js
@@ -15,7 +15,7 @@ $(document).ready(function () {
15
16
$("#livemap_version").text(window.version); // Show it on the interface
17
18
- $.ajax("//raw.githubusercontent.com/TGRHavoc/live_map-interface/master/version.json", {
+ $.ajax("https://raw.githubusercontent.com/TGRHavoc/live_map-interface/master/version.json", {
19
error: function (textStatus, errorThrown) {
20
createAlert({
21
title: "<strong>Error latest version for check!</strong>",
0 commit comments