Skip to content

Commit

Permalink
strikeout no work
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyBirdSoar authored and SkyBirdSoar committed Sep 21, 2014
1 parent 67f864f commit 10d04dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mathpw/giftboxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
$("#content").html(window.heart);
break;
case "box":
$("#content").html(window.box);
$("#content").html("<p style='font-size:3em;color:red'>Sorry! Not available yet.</p>"); // window.box);
break;
case "kite":
$("#content").html("<p style='font-size:3em;color:red'>Sorry!<br>Not available yet</p>");
$("#content").html("<p style='font-size:3em;color:red'>Sorry! Not available yet.</p>");
break;
}
});
Expand All @@ -51,8 +51,8 @@
<p class="h1">Select a type of gift box</p>
<select id="dropdown_box">
<option>-- Select --</option>
<option value="box"><span style="text-decoration:line-through">Box</span></option>
<option value="kite"><span style="text-decoration:line-through">Kite</span></option>
<option value="box">Box</option>
<option value="kite">Kite</option>
<option value="heart">Heart</option>
</select>
</div>
Expand Down

0 comments on commit 10d04dc

Please sign in to comment.