diff options
author | Sam Potts <sam@potts.es> | 2019-06-03 00:26:08 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-06-03 00:26:08 +1000 |
commit | d9d2c4a219529df75557b2e105158d8a17d1c56f (patch) | |
tree | 380e3548f51957080d776dd17d6ace786882d0ce /demo/dist/demo.js | |
parent | 1890a9378df540fa224704a6a62c6ef5a9f026eb (diff) | |
download | plyr-d9d2c4a219529df75557b2e105158d8a17d1c56f.tar.lz plyr-d9d2c4a219529df75557b2e105158d8a17d1c56f.tar.xz plyr-d9d2c4a219529df75557b2e105158d8a17d1c56f.zip |
Demo tweaks
Diffstat (limited to 'demo/dist/demo.js')
-rw-r--r-- | demo/dist/demo.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/demo/dist/demo.js b/demo/dist/demo.js index 78a1251c..a39030d4 100644 --- a/demo/dist/demo.js +++ b/demo/dist/demo.js @@ -22776,7 +22776,11 @@ typeof navigator === "object" && (function () { } this.getThumbnails().then(function () { - // Render DOM elements + if (!_this.enabled) { + return; + } // Render DOM elements + + _this.render(); // Check to see if thumb container size was specified manually in CSS |