Added semicolon.
This commit is contained in:
committed by
Vasyl Nakvasiuk
parent
96637e9ae7
commit
338c1541c0
@@ -90,7 +90,7 @@ WordCloudMain.prototype = {
|
||||
'style="display: block; width: 500px; height: auto; margin-left: auto; margin-right: auto;" ' +
|
||||
'></div>'
|
||||
);
|
||||
el.append('<h3>Your words</h3>');
|
||||
el.append('<h3>Your words:</h3>');
|
||||
$.each(response.student_words, function (index, value) {
|
||||
if (firstWord === false) {
|
||||
firstWord = true;
|
||||
|
||||
Reference in New Issue
Block a user