Fix in css for fontawesome on chrome
This commit is contained in:
parent
d0bbd268df
commit
610c9e1dfd
3 changed files with 4 additions and 4 deletions
|
|
@ -42,7 +42,8 @@ def db(f):
|
|||
wrapper (function): Return the wrapper.
|
||||
"""
|
||||
|
||||
g.connection=WebModel.connection()
|
||||
if not hasattr(g, 'connection'):
|
||||
g.connection=WebModel.connection()
|
||||
|
||||
try:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue