Skip to content

Commit

Permalink
refs #1718 : added - lo-dash library 2.4.1
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Dec 16, 2014
1 parent 32513b2 commit 40ad881
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 2 deletions.
6 changes: 4 additions & 2 deletions framework/id/textcube/config.default.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
define( "XPATH_LIBRARY_ROOT", ROOT . "/library/contrib/phpxpath/" );
define( "Auth_OpenID_NO_MATH_SUPPORT", 1 );
define( "OPENID_PASSWORD", "-OPENID-" );
define('JQUERY_VERSION','1.6.4.min');
define('JQUERYMOBILE_VERSION','1.0.1.min');

define('JQUERY_VERSION','1.11.2.min');
define('LODASH_VERSION','2.4.1.min');

// Define global variable for legacy support.
// This settings are set to default for configuration.
Expand Down Expand Up @@ -69,5 +70,6 @@
$service['useNumericURLonRSS'] = false;
$service['forceinstall'] = false;
$service['jqueryURL'] = null; // You can change this to use external CDNs. (microsoft / google, etc..)
$service['lodashURL'] = null; // You can change this to use external CDNs. (microsoft / google, etc..)
//$service['adminskin'] = 'whitedream';
?>
1 change: 1 addition & 0 deletions resources/script/lodash/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Lo-Dash 2.4.1
Loading

0 comments on commit 40ad881

Please sign in to comment.