bug #37, ampersand + everything following in url is stripped when using link icon to share link

This commit is contained in:
Friendika 2011-04-10 03:36:12 -07:00
commit 58508201a5
4 changed files with 30 additions and 2 deletions

View file

@ -89,6 +89,7 @@ tinyMCE.init({
function jotGetLink() {
reply = prompt("$linkurl");
if(reply && reply.length) {
reply = bin2hex(reply);
$('#profile-rotator').show();
$.get('parse_url?url=' + reply, function(data) {
tinyMCE.execCommand('mceInsertRawHTML',false,data);