add jquery for template and remove some comment

This commit is contained in:
Dita Aji Pratama 2023-11-04 19:35:15 +07:00
parent e2a0844a6c
commit eae70284d7
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,3 @@
# Your database list
main_db = { main_db = {
'host' : 'localhost', 'host' : 'localhost',
'user' : 'root', 'user' : 'root',

View File

@ -4,7 +4,7 @@ page = {
'public' :'page/public' , 'public' :'page/public' ,
'error' :'page/error' # Non-template 'error' :'page/error' # Non-template
} }
# For route
dirconfig = { dirconfig = {
'/' : '/' :
{ {

2
static/lib/jquery/jquery-3.7.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long