Merge pull request #6121 from bugron/fix/MDNlinks-blink

Fixes incorrect showing MDNlinks on challenges
This commit is contained in:
Rex Schrader
2016-01-13 09:13:04 -08:00
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ block content
!=sentence !=sentence
else else
p.wrappable.negative-10!= sentence p.wrappable.negative-10!= sentence
if (MDNlinks.length)
.negative-30-bottom .negative-30-bottom
#MDN-links #MDN-links
p.negative-10 Here are some helpful links: p.negative-10 Here are some helpful links:

View File

@ -21,6 +21,7 @@ block content
!=sentence !=sentence
else else
p.wrappable.negative-10!= sentence p.wrappable.negative-10!= sentence
if (MDNlinks.length)
.negative-bottom-margin-30 .negative-bottom-margin-30
#MDN-links #MDN-links
p.negative-10 Here are some helpful links: p.negative-10 Here are some helpful links: