mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Move /parse_url module to /parseurl
- Update oexchange module to use BBCode::embedURL instead of a self-request - Remove mod/parse_url.php file - Restrict ParseUrl module to authenticated users
This commit is contained in:
parent
dc8ecbeb24
commit
3859b7ba10
12 changed files with 148 additions and 204 deletions
|
@ -30,7 +30,7 @@ function jotGetLink() {
|
|||
// Fallback: insert the attachment bbcode directly into the textarea
|
||||
// if the attachment live preview isn't available
|
||||
} else {
|
||||
$.get("parse_url?binurl=" + bin2hex(reply) + noAttachment, function (data) {
|
||||
$.get("parseurl?binurl=" + bin2hex(reply) + noAttachment, function (data) {
|
||||
addeditortext(data);
|
||||
$("#profile-rotator").hide();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue