Ignore:
Timestamp:
06/24/11 14:31:51 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
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)
Message:

[IMP] Add underscore.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/pages/base.py

    rcc169e r86d723  
    5454    def _includeJQuery(self): 
    5555        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'] 
    5757        if info.isDebugActive(): 
    5858            # We can't use Loader.js as jQuery is included before any indico js 
Note: See TracChangeset for help on using the changeset viewer.