Apply brevity to Venn diagram module too

This commit is contained in:
Daniel Sinn
2015-12-29 12:37:06 -05:00
parent 29d772b48a
commit fdd80b10f0
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ nav {
line-height: 150%; line-height: 150%;
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
padding-left: 0.2em; padding: 0.1em 0.5em;
} }
#sectionWires button { #sectionWires button {
+5 -5
View File
@@ -593,11 +593,11 @@ $('section').each(function () {
* Venn diagram * Venn diagram
*/ */
var instructions = { var instructions = {
C: 'Cut the wire', C: 'Cut',
D: '<strong>Do not</strong> cut the wire', D: '<strong>Do not</strong> cut',
S: 'If the last digit of the serial number is even, cut the wire', S: 'If last digit of serial is even, cut',
P: 'If the bomb has a parallel port, cut the wire', P: 'If parallel port, cut',
B: 'If the bomb has two or more batteries, cut the wire' B: 'If 2+ \ud83d\udd0b, cut'
}, },
conditions = { // Initialize conditions = { // Initialize
false: { false: {