Skip to content

Commit

Permalink
Revert PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrossman committed Jan 19, 2016
1 parent 3280597 commit 2dc0523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daterangepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
options = $.extend(this.element.data(), options);

//html template for the picker UI
if (typeof options.template !== 'string' && !options.template instanceof jQuery)
if (typeof options.template !== 'string')
options.template = '<div class="daterangepicker dropdown-menu">' +
'<div class="calendar left">' +
'<div class="daterangepicker_input">' +
Expand Down

0 comments on commit 2dc0523

Please sign in to comment.