Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/23/2015 09:07:28 PM (9 years ago)
Author:
djpaul
Message:

Core: load atwho.js and caret.js in page footer.

The Activity component’s JS that uses these libraries is already set to
enqueue in the page footer, so this should have no consequence to our
existing implementation.

See #5931

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-cssjs.php

    r9758 r9796  
    3636
    3737        // 2.1
    38         'jquery-caret' => array( 'file' => "{$url}jquery.caret{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),
    39         'jquery-atwho' => array( 'file' => "{$url}jquery.atwho{$min}.js", 'dependencies' => array( 'jquery', 'jquery-caret' ), 'footer' => false ),
     38        'jquery-caret' => array( 'file' => "{$url}jquery.caret{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => true ),
     39        'jquery-atwho' => array( 'file' => "{$url}jquery.atwho{$min}.js", 'dependencies' => array( 'jquery', 'jquery-caret' ), 'footer' => true ),
    4040
    4141        // 2.3
Note: See TracChangeset for help on using the changeset viewer.