Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

DatePicker adds unlimited tags to HEAD #539

Open
@christIT

Description

@christIT

Similar to #500 but in the HEAD of the HTML Page.
When I navigate around in my project the script entries in the HEAD part of the HTML Page get more and more.

They all look the same:

<script type="text/javascript" charset="UTF-8">
/**
 * German translation for bootstrap-datetimepicker
 * Sam Zurcher <[email protected]>
 */
;(function($){
    $.fn.datetimepicker.dates['de'] = {
        days: ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sonntag"],
        daysShort: ["Son", "Mon", "Die", "Mit", "Don", "Fre", "Sam", "Son"],
        daysMin: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"],
        months: ["Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"],
        monthsShort: ["Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"],
        today: "Heute",
        suffix: [],
        meridiem: [],
        weekStart: 1,
        format: "dd.mm.yyyy"
    };
}(jQuery));
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions