Fixed Safari stuck when clicking on dropdowns by updating Bulma.

Fixes #4.
This commit is contained in:
2019-10-12 15:10:13 +05:00
parent 3ebf9b653e
commit 2159aadfcb
30 changed files with 116 additions and 116 deletions

View File

@@ -2,7 +2,7 @@
# Only MySQL database and flatfiles are supported for now.
database:
# Database type. The only supported ATM is "mysql" and "flatfiles".
type: "mysql"
type: "flatfiles"
# Path for data stored with "flatfiles" database adapter.
# Will be comletely ignored for MySQL/MariaDB.
path: "./data"