Skip to content

Commit

Permalink
Merge pull request #854 from cdatehortuab/master
Browse files Browse the repository at this point in the history
Fixes #853
  • Loading branch information
Kiro705 committed Oct 28, 2019
2 parents 3cbe7bb + 688fd21 commit f527690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ad-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ AdUi.prototype.createControls = function() {
this.assignControlAttributes(this.controlsDiv, 'ima-controls-div');
this.controlsDiv.style.width = '100%';

if (!this.controller.getIsMobile) {
if (!this.controller.getIsMobile()) {
this.assignControlAttributes(this.countdownDiv, 'ima-countdown-div');
this.countdownDiv.innerHTML = this.controller.getSettings().adLabel;
this.countdownDiv.style.display = this.showCountdown ? 'block' : 'none';
Expand Down

0 comments on commit f527690

Please sign in to comment.