]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
like, dislike, activity streams, etc.
[friendica.git] / view / jot-header.tpl
index 39f8adc6eff8b48224ce4bfe4d20b221326efd89..bb95cd265fe56eae40d356f2c1aa2939ad527057 100644 (file)
@@ -81,7 +81,7 @@ tinyMCE.init({
        }
 
        function jotGetLocation() {
-               reply = prompt("Where are you right now?");
+               reply = prompt("Where are you right now?", $('#jot-location').val());
                if(reply && reply.length) {
                        $('#jot-location').val(reply);
                }
@@ -107,5 +107,6 @@ tinyMCE.init({
                }
        }
 
+
 </script>