Commit 338c1541 by Valera Rozuvan Committed by Vasyl Nakvasiuk

Added semicolon.

parent 96637e9a
...@@ -90,7 +90,7 @@ WordCloudMain.prototype = { ...@@ -90,7 +90,7 @@ WordCloudMain.prototype = {
'style="display: block; width: 500px; height: auto; margin-left: auto; margin-right: auto;" ' + 'style="display: block; width: 500px; height: auto; margin-left: auto; margin-right: auto;" ' +
'></div>' '></div>'
); );
el.append('<h3>Your words</h3>'); el.append('<h3>Your words:</h3>');
$.each(response.student_words, function (index, value) { $.each(response.student_words, function (index, value) {
if (firstWord === false) { if (firstWord === false) {
firstWord = true; firstWord = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment