From 2d471e39dcdaebbe8c60e50e39f23c430b665419 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 25 Aug 2015 19:23:21 -0700 Subject: this is weird --- view/tpl/msg-header.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/msg-header.tpl') diff --git a/view/tpl/msg-header.tpl b/view/tpl/msg-header.tpl index 20d0dd914..2119d3b02 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('urlinfo?f=&url=' + reply, function(data) { + $.get('linkinfo?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('urlinfo?f=&url=' + reply, function(data) { + $.get('linkinfo?f=&url=' + reply, function(data) { addmailtext(data); $('#prvmail-rotator').spin(false); }); -- cgit v1.2.3