web/webconfig.py
changeset 30 25ef1dddaab8
parent 0 b97547f5f1fa
child 151 343e7a18675d
equal deleted inserted replaced
29:7d14f1eadded 30:25ef1dddaab8
   236         'IE_STYLESHEETS':    ['DATADIR/cubicweb.ie.css'],
   236         'IE_STYLESHEETS':    ['DATADIR/cubicweb.ie.css'],
   237         'STYLESHEETS':       ['DATADIR/cubicweb.css'],
   237         'STYLESHEETS':       ['DATADIR/cubicweb.css'],
   238         'STYLESHEETS_PRINT': ['DATADIR/cubicweb.print.css'],
   238         'STYLESHEETS_PRINT': ['DATADIR/cubicweb.print.css'],
   239         
   239         
   240         'JAVASCRIPTS':       ['DATADIR/jquery.js',
   240         'JAVASCRIPTS':       ['DATADIR/jquery.js',
       
   241                               'DATADIR/jquery.corner.js',
       
   242                               'DATADIR/jquery.json.js',
   241                               'DATADIR/cubicweb.compat.js',
   243                               'DATADIR/cubicweb.compat.js',
   242                               'DATADIR/jquery.json.js',
       
   243                               'DATADIR/cubicweb.python.js',
   244                               'DATADIR/cubicweb.python.js',
   244                               'DATADIR/cubicweb.htmlhelpers.js'],
   245                               'DATADIR/cubicweb.htmlhelpers.js'],
   245         }
   246         }
   246         
   247         
   247         
   248