class DisplayHTMLBlockTableWithGraph() seems to work
Fix a bug : month_stats override if iwla.py called twice
This commit is contained in:
@@ -31,5 +31,5 @@ multimedia_files = ['png', 'jpg', 'jpeg', 'gif', 'ico',
|
||||
'css', 'js']
|
||||
|
||||
resources_path = ['resources']
|
||||
icon_path = ['/%s/%s' % (os.path.basename(resources_path[0]), 'icon')]
|
||||
css_path = ['/%s/%s/%s' % (os.path.basename(resources_path[0]), 'css', 'iwla.css')]
|
||||
icon_path = ['%s/%s' % (os.path.basename(resources_path[0]), 'icon')]
|
||||
css_path = ['%s/%s/%s' % (os.path.basename(resources_path[0]), 'css', 'iwla.css')]
|
||||
|
Reference in New Issue
Block a user