Fix not loading posts on user profile
This commit is contained in:
parent
b2044e15b6
commit
28370a9902
|
@ -13,7 +13,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||||
function loadEntries() {
|
function loadEntries() {
|
||||||
if(!running && itemsLeft) {
|
if(!running && itemsLeft) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: 'http://192.168.178.39/user/getPosts',
|
url: '/user/getPosts',
|
||||||
data: {
|
data: {
|
||||||
user: <?= $data['ID'] ?>,
|
user: <?= $data['ID'] ?>,
|
||||||
amount: amount,
|
amount: amount,
|
||||||
|
|
Reference in New Issue
Block a user