Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97df5b commit e414ac6Copy full SHA for e414ac6
1 file changed
public/scripts/example.js
@@ -29,6 +29,7 @@ var CommentBox = React.createClass({
29
$.ajax({
30
url: this.props.url,
31
dataType: 'json',
32
+ cache: false,
33
success: function(data) {
34
this.setState({data: data});
35
}.bind(this),
0 commit comments