OWL ITS + 탐지시스템(인터넷 진흥원)
src/main/webapp/bower_components/bootstrap-daterangepicker/daterangepicker.js
@@ -101,7 +101,7 @@
        }
        if (typeof options.template !== 'string' && !(options.template instanceof $))
            options.template = '<div class="daterangepicker' + single + ' 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="" />' +
@@ -382,16 +382,28 @@
        }
        if (this.singleDatePicker) {
            this.container.addClass('single');
            this.container.find('.calendar.left').addClass('single');
            this.container.find('.calendar.left').show();
            this.container.find('.calendar.right').hide();
            this.container.find('.daterangepicker_input input, .daterangepicker_input > i').hide();
            if (this.timePicker) {
                this.container.find('.ranges ul').hide();
            } else {
                this.container.find('.ranges').hide();
            }
            this.container.find('.calendar').on('focus.daterangepicker', '.daterangepicker_input input', $.proxy(this.formInputsBlurred, this))
            //this.container.find('.ranges ul').show();
            this.container.find('.ranges').show();
            //this.container.find('.applyBtn, .cancelBtn').addClass('hide');
            //this.container.find('.ranges').on('click.daterangepicker', 'button.cancelBtn', $.proxy(this.clickCancel, this))
            //this.container.find('.applyBtn, .cancelBtn').addClass(this.buttonClasses);
            //this.container.find('.cancelBtn').addClass(this.cancelClass);
            //this.container.find('.applyBtn').html(this.locale.applyLabel);
            //this.container.find('.cancelBtn').html(this.locale.cancelLabel);
            // if (this.timePicker) {
            //     this.container.find('.ranges ul').hide();
            // } else {
            //     this.container.find('.ranges').hide();
            // }
        }
        if ((typeof options.ranges === 'undefined' && !this.singleDatePicker) || this.alwaysShowCalendars) {
@@ -413,7 +425,6 @@
            this.container.find('.cancelBtn').addClass(this.cancelClass);
        this.container.find('.applyBtn').html(this.locale.applyLabel);
        this.container.find('.cancelBtn').html(this.locale.cancelLabel);
        //
        // event listeners
        //