Add categories to settings

This commit is contained in:
Ruud
2013-07-21 19:12:53 +02:00
parent 1ea0d3bd8b
commit dd67239b6e
10 changed files with 557 additions and 37 deletions
+2
View File
@@ -70,6 +70,8 @@
File.Type.setup({{ json_encode(fireEvent('file.types', single = True)) }});
CategoryList.setup({{ json_encode(fireEvent('category.all', single = True)) }});
App.setup({
'base_url': {{ json_encode(Env.get('web_base')) }},
'args': {{ json_encode(Env.get('args')) }},