diff --git a/examples/demo.js b/examples/demo.js index 35233fb2..c94e2aa7 100644 --- a/examples/demo.js +++ b/examples/demo.js @@ -9,7 +9,7 @@ window.onload = function() { img.src = src; $(img).css("max-width", "200%"); $(img).css("transform", "translateX(-20%)"); - var stepDiv = $('#addStep #quick-btn-row').find('div').each(function() { + var stepDiv = $('#addStep .row').find('div').each(function() { if ($(this).find('div').attr('data-value') === previewStepName) { $(this).find('div').append(img); } diff --git a/examples/index.html b/examples/index.html index bc1ad395..b0be1689 100644 --- a/examples/index.html +++ b/examples/index.html @@ -86,7 +86,7 @@
Select a new module to add to your sequence.
-