fixed drop down menus
This commit is contained in:
parent
40ebdbf813
commit
01669aa53a
2
dist/build/bundle.js
vendored
2
dist/build/bundle.js
vendored
File diff suppressed because one or more lines are too long
1
dist/build/bundle.js.map
vendored
Normal file
1
dist/build/bundle.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -4,7 +4,7 @@
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
||||
|
||||
<title>Menuizer</title>
|
||||
<title>Menus</title>
|
||||
|
||||
<link rel='icon' type='image/png' href='/favicon.png'>
|
||||
<link rel='stylesheet' href='/global.css'>
|
||||
|
@ -1,6 +1,5 @@
|
||||
const sqlite3 = require('sqlite3').verbose();
|
||||
console.log(`${__dirname}/../../db/menu.db`);
|
||||
const db = new sqlite3.Database(`${__dirname}/../../db/menu.db`);
|
||||
|
||||
console.log(`${__dirname}/../../db/menu.db`);
|
||||
|
||||
module.exports = db;
|
||||
|
@ -153,3 +153,6 @@ exports.updateTimestamps = (newTimestamp, items) => {
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user