diff -r a5607fa1ef0b -r a6602ce57aca src/js/widgets/createAnnotationWidget.js --- a/src/js/widgets/createAnnotationWidget.js Thu Apr 19 15:47:34 2012 +0200 +++ b/src/js/widgets/createAnnotationWidget.js Fri Apr 20 14:04:52 2012 +0200 @@ -356,7 +356,7 @@ if (_this._state == "waitScreen") { _this.showEndScreen(annotation); if (_this.cinecast_version) { - window.setTimeout(function() { _this.showStartScreen(); }, typeof this.disable_share !== "undefined" && this.disable_share ? 5000 : 10000); + window.setTimeout(function() { _this.showStartScreen(); }, _this.return_delay); } } // hide the slicer widget