diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-22 19:31:39 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-22 19:31:39 -0700 |
commit | 2a59392ba8be974a5deec2e6f15959fde21186ea (patch) | |
tree | e3a62a92e2135810bb51b56a4e1ce2bc0f8ac7a1 /view/tpl/msg-header.tpl | |
parent | feabaedd835ecf06ca8e49d5c284d505e47111ad (diff) | |
download | volse-hubzilla-2a59392ba8be974a5deec2e6f15959fde21186ea.tar.gz volse-hubzilla-2a59392ba8be974a5deec2e6f15959fde21186ea.tar.bz2 volse-hubzilla-2a59392ba8be974a5deec2e6f15959fde21186ea.zip |
change name of module
Diffstat (limited to 'view/tpl/msg-header.tpl')
-rwxr-xr-x | view/tpl/msg-header.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/msg-header.tpl b/view/tpl/msg-header.tpl index e1d1c6d23..20d0dd914 100755 --- a/view/tpl/msg-header.tpl +++ b/view/tpl/msg-header.tpl @@ -78,7 +78,7 @@ else reply = prompt("{{$linkurl}}"); if(reply && reply.length) { $('#prvmail-rotator').spin('tiny'); - $.get('parse_url?url=' + reply, function(data) { + $.get('urlinfo?f=&url=' + reply, function(data) { addmailtext(data); $('#prvmail-rotator').spin(false); }); @@ -104,7 +104,7 @@ else event.preventDefault(); if(reply && reply.length) { $('#prvmail-rotator').spin('tiny'); - $.get('parse_url?url=' + reply, function(data) { + $.get('urlinfo?f=&url=' + reply, function(data) { addmailtext(data); $('#prvmail-rotator').spin(false); }); |