mirror of
https://github.com/ascribe/onion.git
synced 2024-11-16 01:55:07 +01:00
removed src
fixed emails in notification instead of username
This commit is contained in:
parent
208e580985
commit
c2cff6a63a
@ -91,7 +91,8 @@ gulp.task('browser-sync', function() {
|
|||||||
browserSync({
|
browserSync({
|
||||||
files: config.filesToWatch,
|
files: config.filesToWatch,
|
||||||
proxy: 'http://localhost:4000',
|
proxy: 'http://localhost:4000',
|
||||||
port: 3000
|
port: 3000,
|
||||||
|
browser: "chromium-browser"
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ let RegisterPiece = React.createClass( {
|
|||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
handleChange(){
|
handleChange(){
|
||||||
this.setState({digital_work_key: this.refs.uploader.refs.fineuploader.state.filesToUpload[0].key})
|
this.setState({digital_work_key: this.refs.uploader.refs.fineuploader.state.filesToUpload[0].key});
|
||||||
},
|
},
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
Loading…
Reference in New Issue
Block a user