From 68eed00e048991ae81148cf7bea163a23d3623c8 Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Wed, 10 Jun 2015 11:22:23 -0500 Subject: [PATCH] remove check. it was in error, and even if it can be fixed, might have unexpected effects --- source/js/VMM.Timeline.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/js/VMM.Timeline.js b/source/js/VMM.Timeline.js index def4635..2d99f4a 100755 --- a/source/js/VMM.Timeline.js +++ b/source/js/VMM.Timeline.js @@ -473,10 +473,6 @@ if(typeof VMM != 'undefined' && typeof VMM.Timeline == 'undefined') { /* BUILD DISPLAY ================================================== */ function build() { - if (!(data && data.length && data.length > 0)) { - showMessege(null, "Error reading data."); - return; - } // START AT SLIDE if (parseInt(config.start_at_slide) > 0 && config.current_slide == 0) { config.current_slide = parseInt(config.start_at_slide);