|
|
@ -397,6 +397,7 @@ var CommentBox = React.createClass({ |
|
|
|
$.ajax({ |
|
|
|
url: this.props.url, |
|
|
|
dataType: 'json', |
|
|
|
cache: false, |
|
|
|
success: function(data) { |
|
|
|
this.setState({data: data}); |
|
|
|
}.bind(this), |
|
|
@ -426,6 +427,7 @@ var CommentBox = React.createClass({ |
|
|
|
$.ajax({ |
|
|
|
url: this.props.url, |
|
|
|
dataType: 'json', |
|
|
|
cache: false, |
|
|
|
success: function(data) { |
|
|
|
this.setState({data: data}); |
|
|
|
}.bind(this), |
|
|
@ -532,6 +534,7 @@ var CommentBox = React.createClass({ |
|
|
|
$.ajax({ |
|
|
|
url: this.props.url, |
|
|
|
dataType: 'json', |
|
|
|
cache: false, |
|
|
|
success: function(data) { |
|
|
|
this.setState({data: data}); |
|
|
|
}.bind(this), |
|
|
@ -600,6 +603,7 @@ var CommentBox = React.createClass({ |
|
|
|
$.ajax({ |
|
|
|
url: this.props.url, |
|
|
|
dataType: 'json', |
|
|
|
cache: false, |
|
|
|
success: function(data) { |
|
|
|
this.setState({data: data}); |
|
|
|
}.bind(this), |
|
|
@ -652,6 +656,7 @@ var CommentBox = React.createClass({ |
|
|
|
$.ajax({ |
|
|
|
url: this.props.url, |
|
|
|
dataType: 'json', |
|
|
|
cache: false, |
|
|
|
success: function(data) { |
|
|
|
this.setState({data: data}); |
|
|
|
}.bind(this), |
|
|
|