Skip to content

Commit

Permalink
Merge pull request #260 from sprankhub/patch-1
Browse files Browse the repository at this point in the history
Updated Default JQuery Path
  • Loading branch information
Florian Eckerstorfer committed Jun 26, 2014
2 parents ab54940 + 9c1f6e1 commit d02f7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Configuration implements ConfigurationInterface
const DEFAULT_BOOTSTRAP_TEMPLATE_SASS = 'BraincraftedBootstrapBundle:Bootstrap:bootstrap.scss.twig';

/** @var string */
const DEFAULT_JQUERY_PATH = '%kernel.root_dir%/../vendor/jquery/jquery/jquery-1.11.0.js';
const DEFAULT_JQUERY_PATH = '%kernel.root_dir%/../vendor/jquery/jquery/jquery-1.11.1.js';

/** @var string */
const DEFAULT_FONTS_DIR = '%kernel.root_dir%/../web/fonts';
Expand Down

0 comments on commit d02f7fc

Please sign in to comment.