]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/js/textedit.js
Switch to supported HTML entity for bullet in delivery indicator
[friendica.git] / view / theme / frio / js / textedit.js
index 5074c3009cd1876e0c1fa606de77f52c7b452c38..bf68d0f5dcb41b9c375143974e2e5d7ee572fbcb 100644 (file)
@@ -2,9 +2,9 @@
  * @brief The file contains functions for text editing and commenting
  */
 
-function commentGetLink(id,prompttext) {
-    reply = prompt(prompttext);
-    if(reply && reply.length) {
+function commentGetLink(id, prompttext) {
+       reply = prompt(prompttext);
+       if(reply && reply.length) {
                reply = bin2hex(reply);
                $.get('parse_url?noAttachment=1&binurl=' + reply, function(data) {
                        addCommentText(data, id);