We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b433f0 commit a28107aCopy full SHA for a28107a
src/DebugBar/JavascriptRenderer.php
@@ -29,9 +29,9 @@ class JavascriptRenderer
29
30
protected $basePath;
31
32
- protected $cssVendors = array('vendor/font-awesome/css/font-awesome.css');
+ protected $cssVendors = array('vendor/font-awesome/css/font-awesome.min.css');
33
34
- protected $jsVendors = array('vendor/jquery-1.8.3.min.js');
+ protected $jsVendors = array('vendor/jquery/jquery.min.js');
35
36
protected $includeVendors = true;
37
0 commit comments