From 5288973a482cd467ea948ac0bd2e4e0dd2d297ab Mon Sep 17 00:00:00 2001 From: HarshKhandeparkar Date: Sun, 23 Dec 2018 17:27:58 +0530 Subject: [PATCH] cleanup --- examples/demo.js | 2 +- examples/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.

-
+