web/data/uiprops.py
changeset 9388 4c34a63bd113
parent 9379 b0b1148b6963
child 9661 c170ec8a4525
equal deleted inserted replaced
9387:f31f0c8bda4f 9388:4c34a63bd113
     7 STYLESHEETS_IE =    [data('cubicweb.ie.css')]
     7 STYLESHEETS_IE =    [data('cubicweb.ie.css')]
     8 STYLESHEETS_PRINT = [data('cubicweb.print.css')]
     8 STYLESHEETS_PRINT = [data('cubicweb.print.css')]
     9 
     9 
    10 # Javascripts files to include systematically in HTML headers
    10 # Javascripts files to include systematically in HTML headers
    11 JAVASCRIPTS = [data('jquery.js'),
    11 JAVASCRIPTS = [data('jquery.js'),
       
    12                data('jquery-migrate.js'),
    12                data('jquery.json.js'),
    13                data('jquery.json.js'),
    13                data('cubicweb.js'),
    14                data('cubicweb.js'),
    14                data('cubicweb.compat.js'),
    15                data('cubicweb.compat.js'),
    15                data('cubicweb.python.js'),
    16                data('cubicweb.python.js'),
    16                data('cubicweb.htmlhelpers.js')]
    17                data('cubicweb.htmlhelpers.js')]