diff --git a/js/crep.js b/js/crep.js index 7649581..f0ff1c5 100755 --- a/js/crep.js +++ b/js/crep.js @@ -95,7 +95,7 @@ function loadDoc(location, callback) { $(document.body).animate({ scrollTop: $('.navbar-lower').height() }, 'fast'); - $.get(location + '?c', function (data) { + $.get('pages/' + pageName(location) + '.php', function (data) { html = data; events(); }); -- libgit2 0.21.2