Archived
1
0

Fix not loading posts on user profile

This commit is contained in:
Marcel 2018-12-30 18:38:00 +01:00
parent b2044e15b6
commit 28370a9902

View File

@ -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,