1
0
mirror of https://github.com/ascribe/onion.git synced 2024-09-28 03:58:55 +02:00

removed src

fixed emails in notification instead of username
This commit is contained in:
diminator 2015-06-24 17:44:05 +02:00
parent 208e580985
commit c2cff6a63a
2 changed files with 3 additions and 2 deletions

View File

@ -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"
}); });
}); });

View File

@ -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() {