Changeset 11009 for trunk/src/bp-core/bp-core-cssjs.php
- Timestamp:
- 08/10/2016 02:12:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cssjs.php
r11008 r11009 30 30 31 31 // Legacy. 32 'bp-confirm' => array( 'file' => "{$url}confirm{$min}.js", 32 'bp-confirm' => array( 'file' => "{$url}confirm{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ), 33 33 'bp-widget-members' => array( 'file' => "{$url}widget-members{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ), 34 'bp-jquery-query' => array( 'file' => "{$url}jquery-query{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),35 'bp-jquery-cookie' => array( 'file' => "{$url} jquery-cookie{$min}.js",'dependencies' => array( 'jquery' ), 'footer' => false ),36 'bp-jquery-scroll-to' => array( 'file' => "{$url} jquery-scroll-to{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),34 'bp-jquery-query' => array( 'file' => "{$url}jquery-query{$min}.js", ' ' => array( 'jquery' ), 'footer' => false ), 35 'bp-jquery-cookie' => array( 'file' => "{$url}vendor/jquery-cookie{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ), 36 'bp-jquery-scroll-to' => array( 'file' => "{$url}vendor/jquery-scroll-to{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ), 37 37 38 38 // Version 2.1. 39 'jquery-caret' => array( 'file' => "{$url} jquery.caret{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => true ),40 'jquery-atwho' => array( 'file' => "{$url} jquery.atwho{$min}.js", 'dependencies' => array( 'jquery', 'jquery-caret' ), 'footer' => true ),39 'jquery-caret' => array( 'file' => "{$url}vendor/jquery.caret{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => true ), 40 'jquery-atwho' => array( 'file' => "{$url}vendor/jquery.atwho{$min}.js", 'dependencies' => array( 'jquery', 'jquery-caret' ), 'footer' => true ), 41 41 42 42 // Version 2.3. … … 49 49 50 50 // Version 2.7. 51 'bp-moment' => array( 'file' => "{$url} moment{$min}.js", 'dependencies' => array(), 'footer' => true ),52 'bp-livestamp' => array( 'file' => "{$url} livestamp{$min}.js", 'dependencies' => array( 'jquery', 'bp-moment' ), 'footer' => true ),51 'bp-moment' => array( 'file' => "{$url}vendor/moment{$min}.js", 'dependencies' => array(), 'footer' => true ), 52 'bp-livestamp' => array( 'file' => "{$url}vendor/livestamp{$min}.js", 'dependencies' => array( 'jquery', 'bp-moment' ), 'footer' => true ), 53 53 ) ); 54 54
Note: See TracChangeset
for help on using the changeset viewer.