mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
リアルタイム(SocketIO)実装 / Markdown style改善
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = React.createClass({
|
||||
},
|
||||
submit: function () {
|
||||
var planet = this.props.planet
|
||||
Hq.destroyNote(planet.userName, planet.name, this.props.note.localId)
|
||||
Hq.destroyNote(planet.Owner.name, planet.name, this.props.note.localId)
|
||||
.then(function (res) {
|
||||
PlanetStore.Actions.destroyNote(res.body)
|
||||
this.props.close()
|
||||
|
||||
Reference in New Issue
Block a user