From 92516e379a9a9bedd9e58e1f9ee9030ca2d76725 Mon Sep 17 00:00:00 2001 From: Oliver Kennedy Date: Wed, 12 Jul 2017 13:58:29 -0400 Subject: [PATCH] Update index.erb --- src/index.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.erb b/src/index.erb index 0216aea6..bef3ad89 100644 --- a/src/index.erb +++ b/src/index.erb @@ -15,10 +15,10 @@ title: Overview * Unspecified options will fall back to the default values. */ theme: { - className: 'money', // @type {string} will be applied to iframe body tag + //className: 'money', // @type {string} will be applied to iframe body tag logos: ['images/money.png', 'images/stop.png'], // @type {Array} img src values - headline: 'Your headline here.', // @type {string} modal headline text - body: 'Your body here.' // @type {string} modal body text + //headline: 'Your headline here.', // @type {string} modal headline text + //body: 'Your body here.' // @type {string} modal body text }, /*