aboutsummaryrefslogtreecommitdiffstats
path: root/demo/dist/demo.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-06-03 00:26:08 +1000
committerSam Potts <sam@potts.es>2019-06-03 00:26:08 +1000
commitd9d2c4a219529df75557b2e105158d8a17d1c56f (patch)
tree380e3548f51957080d776dd17d6ace786882d0ce /demo/dist/demo.js
parent1890a9378df540fa224704a6a62c6ef5a9f026eb (diff)
downloadplyr-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.js6
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