Remove unused month selection.

This commit is contained in:
Alexis Lahouze 2015-06-17 00:30:49 +02:00
parent 25228bebf3
commit af838c0e3b
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ module.exports = function(grunt) {
frontend_js: [
'accountant/frontend/static/js/app.js',
'accountant/frontend/static/js/accounts.js',
'accountant/frontend/static/js/months.js',
'accountant/frontend/static/js/entries.js',
'accountant/frontend/static/js/scheduler.js'
],