moved ajax pages to its subdirectory

This commit is contained in:
Václav Šmejkal 2024-05-22 16:18:18 +02:00
parent 9ac2f5c563
commit 8467c46cb3
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ function show(file)
$.ajax
({
url: "./res/forum/" + file + ".html",
url: "./res/forum/" + file + "/" + file + ".html",
dataType: "html",
success: function(data)
{