diff -r aff75b69db92 -r 2c48c091b6a2 web/data/uiprops.py --- a/web/data/uiprops.py Tue Jul 02 17:09:04 2013 +0200 +++ b/web/data/uiprops.py Mon Jan 13 13:47:47 2014 +0100 @@ -9,7 +9,7 @@ # Javascripts files to include systematically in HTML headers JAVASCRIPTS = [data('jquery.js'), - data('jquery.corner.js'), + data('jquery-migrate.js'), data('jquery.json.js'), data('cubicweb.js'), data('cubicweb.compat.js'), @@ -66,7 +66,6 @@ defaultSize = '12px' defaultLineHeight = '1.5' defaultLineHeightEm = lazystr('%(defaultLineHeight)sem') -baseRhythmBg = 'rhythm18.png' inputHeight = '1.3em' inputPadding = 'O.2em'