Step descriptions (work in progress) (#135)

* additional changes, not sure of yet

* working, but probably redundant code

* remove comment line

* rebuild
This commit is contained in:
Jeffrey Warren
2017-10-13 13:16:07 -04:00
committed by GitHub
parent 1c7f7c15af
commit bef53ef1a2
7 changed files with 4592 additions and 4988 deletions

View File

@@ -12,6 +12,8 @@ function InsertStep(ref, image, index, name, o) {
o.step = {
name: o.name,
description: o.description,
url: o.url,
ID: o.number,
imageName: o.image,
inBrowser: ref.options.inBrowser,