diff --git a/client/commonFramework/step-challenge.js b/client/commonFramework/step-challenge.js index f70bc469bb..97a19754d3 100644 --- a/client/commonFramework/step-challenge.js +++ b/client/commonFramework/step-challenge.js @@ -125,7 +125,7 @@ window.common = (function({ $, common = { init: [] }}) { // assume api returns string when fails return $el.parent() .find('.disabled') - .replaceWith('
' + data + '
'); + .replaceWith('' + data + '
'); }) .fail(function() { console.log('failed');