Skip to content

Commit

Permalink
Update utils.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Sep 25, 2017
1 parent 8bff515 commit 14b44c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/theme/template/utils.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function getLocalizedPathname(path, zhCN) {

export function ping(callback) {
// eslint-disable-next-line
const url = 'https://private-a' + 'lipay' + 'objects.com/alip' + 'ay-rmsdeploy-image/rmsportal/RKuAiriJqrUhyqW.png';
const url = 'https://private-a' + 'lipay' + 'objects.alip' + 'ay.com/alip' + 'ay-rmsdeploy-image/rmsportal/RKuAiriJqrUhyqW.png';
const img = new Image();
let done;
const finish = (status) => {
Expand Down

0 comments on commit 14b44c8

Please sign in to comment.