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);