Skip to content

Commit

Permalink
Merge pull request #888 from vltr/patch-1
Browse files Browse the repository at this point in the history
Update daterangepicker.js
  • Loading branch information
dangrossman committed Dec 3, 2015
2 parents bfc104e + 38b6718 commit fce5422
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 @@ -320,7 +320,7 @@
//Support unicode chars in the range names.
var elem = document.createElement('textarea');
elem.innerHTML = range;
rangeHtml = elem.value;
var rangeHtml = elem.value;

this.ranges[rangeHtml] = [start, end];
}
Expand Down

0 comments on commit fce5422

Please sign in to comment.