Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Update check to follow chromium
Browse files Browse the repository at this point in the history
New site to check update so Chromium can benefit from it
  • Loading branch information
An-dz committed Oct 24, 2014
1 parent a12a202 commit b6d879d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/background.js
Expand Up @@ -788,7 +788,7 @@ function updateCheck() {

var xhr = new XMLHttpRequest(),
approved = extensionAddress + "/config.xml",
unapproved = "http://www.weebly.com/uploads/2/4/5/3/24536301/custom_themes/224467334766286522/files/update"
unapproved = "http://www.weebly.com/uploads/2/4/5/3/24536301/custom_themes/224467334766286522/files/update.xml?" + Date.now()

xhr.requestURI = approved
xhr.onreadystatechange = function processServerResponse() {
Expand Down

0 comments on commit b6d879d

Please sign in to comment.