Merge branch 'master' of github.com:kern/filepizza

nb/hide-http
Alex Kern 11 years ago
commit 6e36be9090

@ -13,8 +13,8 @@ export default alt.createStore(class ErrorStore {
onNoSupport() {
this.status = 400
this.message = 'No WebRTC Support'
this.message = 'No WebRTC Support. Please use Chrome or Firefox.'
this.stack = null
}
}, 'ErrorStore')
}, 'ErrorStore')
Loading…
Cancel
Save