diff --git a/common/lib/xmodule/xmodule/js/src/poll/poll_main.js b/common/lib/xmodule/xmodule/js/src/poll/poll_main.js index 1f674ea56f..383c9531bc 100644 --- a/common/lib/xmodule/xmodule/js/src/poll/poll_main.js +++ b/common/lib/xmodule/xmodule/js/src/poll/poll_main.js @@ -210,7 +210,7 @@ PollMain.prototype = { if ((typeof this.jsonConfig.reset === 'string') && (this.jsonConfig.reset.toLowerCase() === 'true')) { this.canReset = true; - this.resetButton = $('
'); + this.resetButton = $(''); if (this.questionAnswered === false) { this.resetButton.hide();