Skip to content

Commit

Permalink
vue
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Mar 3, 2020
1 parent 876f2d8 commit d5ffa3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ func (c *Core) Connect(retry bool, location string) error {
var conn string
var err error

if c.Config == nil {
return errors.New("missing database connection configs")
}

configs := c.Config
switch configs.DbConn {
case "sqlite":
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/assets/scss/mobile.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import 'variables';

@media (max-width: 767px) {

HTML,BODY {
Expand Down

0 comments on commit d5ffa3a

Please sign in to comment.