Fix javascript new name.

This commit is contained in:
Alexis Lahouze 2015-08-21 01:07:32 +02:00
parent 1e28c369d6
commit c221dbb97c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ frontend = Blueprint(
frontend_js = Bundle('frontend/js/app.js', 'frontend/js/accounts.js',
'frontend/js/entries.js', 'frontend/js/scheduler.js')
'frontend/js/operations.js', 'frontend/js/scheduler.js')
frontend_css = Bundle('frontend/css/main.css')