Skip to content

Commit

Permalink
rebuild upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonasdan committed Mar 4, 2018
1 parent 1ccb000 commit d2c9cf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/js/tempusdominus-bootstrap-4.js
Original file line number Diff line number Diff line change
Expand Up @@ -1836,8 +1836,8 @@ var TempusDominusBootstrap4 = function ($) {
vertical = self._options.widgetPositioning.vertical,
horizontal = self._options.widgetPositioning.horizontal,
parent = void 0;
var position = (self.component || self._element).position(),
offset = (self.component || self._element).offset();
var position = (self.component && self.component.length ? self.component : self._element).position(),
offset = (self.component && self.component.length ? self.component : self._element).offset();
if (self._options.widgetParent) {
parent = self._options.widgetParent.append(self.widget);
} else if (self._element.is('input')) {
Expand Down

0 comments on commit d2c9cf2

Please sign in to comment.