moved ajax pages to its subdirectory
This commit is contained in:
parent
9ac2f5c563
commit
8467c46cb3
@ -6,7 +6,7 @@ function show(file)
|
|||||||
|
|
||||||
$.ajax
|
$.ajax
|
||||||
({
|
({
|
||||||
url: "./res/forum/" + file + ".html",
|
url: "./res/forum/" + file + "/" + file + ".html",
|
||||||
dataType: "html",
|
dataType: "html",
|
||||||
success: function(data)
|
success: function(data)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user