|
@@ -11,8 +11,8 @@
|
|
|
|
|
|
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
|
|
|
|
|
|
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" type="text/css" />
|
|
|
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
|
|
|
+ <link rel="stylesheet" href="{{ asset('libs/bootstrap-3.3.5/bootstrap.min.css') }}" />
|
|
|
+ <link rel="stylesheet" href="{{ asset('libs/bootstrap-3.3.5/bootstrap-theme.min.css') }}" />
|
|
|
<link rel="stylesheet" href="{{ asset('bundles/packagistweb/css/main.css') }}" />
|
|
|
<link rel="stylesheet" href="{{ asset('css/humane/jackedup.css') }}" />
|
|
|
{% block stylesheets %}{% endblock %}
|
|
@@ -176,11 +176,12 @@
|
|
|
</nav>
|
|
|
</footer>
|
|
|
|
|
|
- <script src="//code.jquery.com/jquery-2.1.0.min.js"></script>
|
|
|
+ <script src="{{ asset('libs/jquery-2.1.4.min.js') }}"></script>
|
|
|
+ <script src="{{ asset('libs/humane-3.2.2.min.js') }}"></script>
|
|
|
<script src="{{ asset('js/libs/humane.min.js') }}"></script>
|
|
|
<script src="{{ asset('bundles/packagistweb/js/layout.js') }}"></script>
|
|
|
<script src="{{ asset('bundles/packagistweb/js/search.js')}}"></script>
|
|
|
- <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
|
|
|
+ <script src="{{ asset('libs/bootstrap-3.3.5/bootstrap.min.js')}}"></script>
|
|
|
|
|
|
{%- if not app.debug and google_analytics.ga_key %}
|
|
|
<script>
|