diff --git a/public/js/editormd/editormd.min.js b/public/js/editormd/editormd.min.js
index 0add3b370..747d19537 100755
--- a/public/js/editormd/editormd.min.js
+++ b/public/js/editormd/editormd.min.js
@@ -3319,9 +3319,9 @@
text = text.replace(emailReg, function ($1, $2, $3, $4) {
return $1.replace(/@/g, "_#_@_#_");
});
-
+ // " + editormd.urls.atLinkBase + "" + $2 + "
text = text.replace(atLinkReg, function ($1, $2) {
- return "" + $1 + "";
+ return "" + $1 + "";
}).replace(/_#_@_#_/g, "@");
}