diff --git a/js/push.js b/js/push.js index 772a617..6c66a86 100644 --- a/js/push.js +++ b/js/push.js @@ -256,7 +256,7 @@ xhr.send(); if (isFileProtocol) { - if (xhr.status === 0) { + if (xhr.status === 0 || xhr.status === 200) { success(xhr, options); } else { failure(options.url);