Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
PMM-7 test override
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Dec 5, 2024
1 parent 2cf1bb0 commit efd7a58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/js/repo-version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

var xhr = new XMLHttpRequest();
xhr.open('GET', ABS_BASE_URL + '/../versions.json');
xhr.open('GET', 'https://api.github.com/repos/percona/pmm-doc');
xhr.onload = function () {
var info = JSON.parse(this.responseText);

Expand Down

0 comments on commit efd7a58

Please sign in to comment.