diff -r dce4fd00855f -r 43f615b4dc48 src/js/widgets/createAnnotationWidget.js --- a/src/js/widgets/createAnnotationWidget.js Mon Apr 16 19:14:15 2012 +0200 +++ b/src/js/widgets/createAnnotationWidget.js Tue Apr 17 15:58:35 2012 +0200 @@ -356,7 +356,7 @@ if (_this._state == "waitScreen") { _this.showEndScreen(annotation); if (_this.cinecast_version) { - window.setTimeout(function() { _this.showStartScreen(); }, 5000); + window.setTimeout(function() { _this.showStartScreen(); }, typeof this.disable_share !== "undefined" && this.disable_share ? 5000 : 10000); } } // hide the slicer widget