Changeset 86d723 in indico for indico/MaKaC/webinterface/pages/base.py
- Timestamp:
- 06/24/11 14:31:51 (2 years ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 5cf257
- Parents:
- 5811d4
- git-author:
- Adrian Moennich <jerome.ernst.monnich@…> (06/17/11 14:15:50)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (06/24/11 14:31:51)
- File:
-
- 1 edited
-
indico/MaKaC/webinterface/pages/base.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/pages/base.py
rcc169e r86d723 54 54 def _includeJQuery(self): 55 55 info = HelperMaKaCInfo().getMaKaCInfoInstance() 56 files = [' jquery', 'jquery-compat', 'jquery-ui', 'jquery.custom', 'jquery.daterange']56 files = ['underscore', 'jquery', 'jquery-compat', 'jquery-ui', 'jquery.custom', 'jquery.daterange'] 57 57 if info.isDebugActive(): 58 58 # We can't use Loader.js as jQuery is included before any indico js
Note: See TracChangeset
for help on using the changeset viewer.
