OWL ITS + 탐지시스템(인터넷 진흥원)
src/main/webapp/bower_components/bootstrap-daterangepicker/daterangepicker.js
@@ -52,6 +52,7 @@
        this.autoUpdateInput = true;
        this.alwaysShowCalendars = false;
        this.ranges = {};
        this.isSingle = false;
        this.opens = 'right';
        if (this.element.hasClass('pull-right'))
@@ -94,12 +95,17 @@
        options = $.extend(this.element.data(), options);
        //html template for the picker UI
        var single = '';
        if ( options.isSingle) {
            single = '-single';
        }
        if (typeof options.template !== 'string' && !(options.template instanceof $))
            options.template = '<div class="daterangepicker dropdown-menu">' +
            options.template = '<div class="daterangepicker' + single + ' dropdown-menu">' +
                '<div class="calendar left">' +
                    '<div class="daterangepicker_input">' +
                      '<input class="input-mini form-control" type="text" name="daterangepicker_start" value="" />' +
                      '<i class="fa fa-calendar glyphicon glyphicon-calendar"><button class="date_button">기간없음</button></i>' +
                      '<i class="fa fa-calendar glyphicon glyphicon-calendar"></i>' +
                      '<div class="calendar-time">' +
                        '<div></div>' +
                        '<i class="fa fa-clock-o glyphicon glyphicon-time"></i>' +