This commit is contained in:
liyuchun
2021-09-15 08:36:18 +08:00
parent a862b3b850
commit 723e921b6e
+1 -1
View File
@@ -194,7 +194,7 @@ $(function()
}
else
{
$e.parent().addClass('tooltip-tutorial').after("<div id='typeLabel' class='text-danger help-text'>" + options.title + "</div>");
$e.parent().addClass('tooltip-tutorial').append("<div id='typeLabel' class='text-danger help-text'>" + options.title + "</div>");
}
};