summaryrefslogtreecommitdiff
path: root/frontend/beta/properties/beta.properties.json
Unidiff
Diffstat (limited to 'frontend/beta/properties/beta.properties.json') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/properties/beta.properties.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/frontend/beta/properties/beta.properties.json b/frontend/beta/properties/beta.properties.json
index 810215b..bfa152d 100644
--- a/frontend/beta/properties/beta.properties.json
+++ b/frontend/beta/properties/beta.properties.json
@@ -176,15 +176,19 @@
176 ], 176 ],
177 177
178 "css": [ 178 "css": [
179 "yui-extensions/reset-min.css", 179 "yui-extensions/reset-min.css",
180 "yui-extensions/core.css", 180 "yui-extensions/core.css",
181 "yui-extensions/basic-dialog.css", 181 "yui-extensions/basic-dialog.css",
182 "yui-extensions/button.css", 182 "yui-extensions/button.css",
183 "clipperz/clipperz.css", 183 "clipperz/clipperz.css",
184 "clipperz/compact.css", 184 "clipperz/compact.css",
185 "clipperz/ytheme-clipperz.css" 185 "clipperz/ytheme-clipperz.css"
186 ], 186 ],
187 187
188 "html.template": "index_template.html" 188 "staticResources": [
189 189 "accountDeleted.html",
190 "error.html",
191 "logout.html",
192 "static.css"
193 ]
190} 194}