bug #37, ampersand + everything following in url is stripped when using link icon to share link
This commit is contained in:
parent
bf865f0210
commit
58508201a5
4 changed files with 30 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue