|
@@ -163,7 +163,7 @@ QuickModifyTopic.prototype.modify_topic_done = function (XMLDoc)
|
|
|
var subject = message.getElementsByTagName("subject")[0];
|
|
|
var error = message.getElementsByTagName("error")[0];
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
if (!subject || error)
|
|
|
return false;
|
|
@@ -172,6 +172,10 @@ QuickModifyTopic.prototype.modify_topic_done = function (XMLDoc)
|
|
|
this.set_hidden_topic_areas('');
|
|
|
this.bInEditMode = false;
|
|
|
|
|
|
+
|
|
|
+ if ($.isFunction($.fn.SMFtooltip));
|
|
|
+ $('.preview').SMFtooltip().smf_tooltip_off;
|
|
|
+
|
|
|
return false;
|
|
|
}
|
|
|
|