Skip to content

Commit

Permalink
Remove remote update error's alert temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
grzhan committed Mar 22, 2016
1 parent f4387c4 commit 42912b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ getSubtitles = async () ->
err = yield fs.writeFileAsync subtitlesFile, data
console.error err if err
subtitles = JSON.parse data
window.warn "语音字幕自动更新失败,请联系有关开发人员,并手动更新插件以更新字幕数据",
stickyFor: 5000
# window.warn "语音字幕自动更新失败,请联系有关开发人员,并手动更新插件以更新字幕数据",
# stickyFor: 5000
return
window.success "语音字幕数据更新成功(#{subtitles.version})",
stickyFor: 3000
Expand Down

0 comments on commit 42912b9

Please sign in to comment.