• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Modern aac help

GOD Wille

Excellent OT User
Joined
Jan 11, 2010
Messages
2,826
Solutions
2
Reaction score
815
Location
Sweden
Due a big mistake i puted items.xml into index.tpl and saved....

now i got this error when i changed back..
Code:
function sendRequest() { $('.loader').show(); var form = $('#request').serialize(); $('input[name=input]').val(''); $.ajax({ url: 'http://evolera.vapus.net//index.php/ajax_cs/adminRequest', type: 'post', data: form, success: function(data) { $('#adminWindow .content').prepend(data); $('.loader').hide(); } }); }

is therea ny way to fix that or should i reinstall modern aac..
ty for help..
 
Back
Top