Skip to content

Commit

Permalink
Changed update URL to marelab git
Browse files Browse the repository at this point in the history
  • Loading branch information
marelab committed May 14, 2019
1 parent 41b8e05 commit 9bd2fbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/websrc/js/esprfid.js
Original file line number Diff line number Diff line change
Expand Up @@ -1385,8 +1385,7 @@ function login() {


function getLatestReleaseInfo() {

$.getJSON("https://api.github.com/repos/esprfid/esp-rfid/releases/latest").done(function(release) {
$.getJSON("https://api.github.com/repos/marelab/esp-rfid/releases/latest").done(function(release) {
var asset = release.assets[0];
var downloadCount = 0;
for (var i = 0; i < release.assets.length; i++) {
Expand Down

0 comments on commit 9bd2fbc

Please sign in to comment.