From d86f122cc4149ce090dfeb750ce63aa1ea902404 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Mon, 14 Mar 2016 20:50:32 +0100 Subject: [PATCH] Fix #6 --- js/crep.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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