stephanecollot / DatetimepickerBundle

MIT License
57 stars 58 forks source link

Typo in documentation #28

Closed Chup4Chups closed 8 years ago

Chup4Chups commented 8 years ago
{% block javascripts %}
    <script src="{{ asset('js/jquery.min.jss') }}"></script>
    <script src="{{ asset('js/bootstrap.min.js') }}"></script>

    {{ form_javascript(form) }}
{% endblock %}

it should be <script src="{{ asset('js/jquery.min.js') }}"></script> and not .jss