| branch | tweet-widget |
| changeset 282 | 1001234e5e6e |
| parent 278 | ff20c80c6845 |
| child 285 | b7aa28af2c10 |
--- a/src/js/widgets/tweetsWidget.js Fri Nov 18 16:35:31 2011 +0100 +++ b/src/js/widgets/tweetsWidget.js Fri Nov 18 17:45:45 2011 +0100 @@ -37,7 +37,7 @@ this.drawTweet(annotation); var time = this._Popcorn.currentTime(); - this._timeoutId = window.setTimeout(IriSP.wrap(this, this.clearPanel), 10000); + this._timeoutId = window.setTimeout(IriSP.wrap(this, this.clearPanel), IriSP.widgetsDefaults.TweetsWidget.tweet_display_period); };