mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30:11 +00: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
|
@ -178,7 +178,7 @@
|
|||
* @returns {void}
|
||||
*/
|
||||
var getContentData = function(binurl, callback) {
|
||||
$.get('parse_url?binurl='+ binurl + '&format=json', function (answer) {
|
||||
$.get('parseurl?binurl='+ binurl + '&format=json', function (answer) {
|
||||
obj = sanitizeInputData(answer);
|
||||
|
||||
// Put the data into a cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue