diff --git a/js/error_report.js b/js/error_report.js index 5ecbe2abcc..1f18643551 100644 --- a/js/error_report.js +++ b/js/error_report.js @@ -106,19 +106,19 @@ function showErrorNotification() { $buttons = $('
') button_html = ''; - button_html += '' - button_html += '' - button_html += '' $buttons.html(button_html) $div.append($buttons) $div.appendTo(document.body) $("#change_error_settings").on("click", go_to_settings) - $("#change_error_settings").on("click", go_to_settings) - $("#change_error_settings").on("click", go_to_settings) + $("#show_error_report").on("click", createReportDialog) + $("#ignore_error").on("click", removeErrorNotification) } function removeErrorNotification() {