Fix javascript error with the speechbubble

This commit is contained in:
Sebastiaan Janssen
2013-05-27 06:05:13 -02:00
parent 834d04f8ed
commit 071f3dcc01

View File

@@ -34,7 +34,7 @@ UmbracoSpeechBubble.prototype.ShowMessage = function (icon, header, message, don
if (!dontAutoHide) {
jQuery("#" + this.id).fadeIn("slow").animate({ opacity: 1.0 }, 5000).fadeOut("fast");
} else {
speechBubble.jQuery(".speechClose").show();
jQuery(".speechClose").show();
jQuery("#" + this.id).fadeIn("slow");
}
} else {