aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot-header.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-22 19:31:39 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-22 19:31:39 -0700
commit2a59392ba8be974a5deec2e6f15959fde21186ea (patch)
treee3a62a92e2135810bb51b56a4e1ce2bc0f8ac7a1 /view/tpl/jot-header.tpl
parentfeabaedd835ecf06ca8e49d5c284d505e47111ad (diff)
downloadvolse-hubzilla-2a59392ba8be974a5deec2e6f15959fde21186ea.tar.gz
volse-hubzilla-2a59392ba8be974a5deec2e6f15959fde21186ea.tar.bz2
volse-hubzilla-2a59392ba8be974a5deec2e6f15959fde21186ea.zip
change name of module
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-xview/tpl/jot-header.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl
index 4121882b7..424d856e3 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -191,7 +191,7 @@ function enableOnUser(){
if(reply && reply.length) {
reply = bin2hex(reply);
$('#profile-rotator').spin('tiny');
- $.get('{{$baseurl}}/parse_url?binurl=' + reply, function(data) {
+ $.get('{{$baseurl}}/urlinfo?f=&binurl=' + reply, function(data) {
addeditortext(data);
$('#profile-rotator').spin(false);
});
@@ -258,7 +258,7 @@ function enableOnUser(){
if(reply && reply.length) {
reply = bin2hex(reply);
$('#profile-rotator').spin('tiny');
- $.get('{{$baseurl}}/parse_url?binurl=' + reply, function(data) {
+ $.get('{{$baseurl}}/urlinfo?f=&binurl=' + reply, function(data) {
if (!editor) $("#profile-jot-text").val("");
initEditor(function(){
addeditortext(data);