Merge pull request #347 from OliverEngineer/experimental

Update webinterface.py
master
kliment 2013-03-27 09:47:43 -07:00
commit 7363497cdf
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ def StartWebInterfaceThread(webInterface):
cherrypy.config.update({'engine.autoreload_on':False})
cherrypy.config.update(configfile(webInterface.pface.web_config or "http.config"))
conf = {'/css/style.css': {'tools.staticfile.on': True,
'tools.staticfile.filename': sharedfile('web/style.css'),
'tools.staticfile.filename': sharedfile('web/css/style.css'),
},
'/js/asyncCommand.js': {'tools.staticfile.on': True,
'tools.staticfile.filename': sharedfile('web/js/asyncCommand.js'),