[FIX] reference to invalid and non-existant js file

bzr revid: xmo@openerp.com-20121024105531-c0uou49k828wc01t
This commit is contained in:
Xavier Morel 2012-10-24 12:55:31 +02:00
parent a53941b165
commit 124480d095
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ Shows you a list of applications features to install from.
'installable': True,
'auto_install': False,
'images': ['images/base_setup1.jpeg','images/base_setup2.jpeg','images/base_setup3.jpeg','images/base_setup4.jpeg',],
'js': ['static/src/js/base_setup.js'],
'css': ['static/src/css/base_setup.css'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: