diff --git a/js/sql.js b/js/sql.js index 19dd9f0b80..d136c2c290 100644 --- a/js/sql.js +++ b/js/sql.js @@ -258,8 +258,7 @@ AJAX.registerOnload('sql.js', function () { }); textArea.value += '\t\t' + window.location.href; textArea.value += '\n'; - - $('.notice,.success').each(function(){ + $('.success').each(function(){ textArea.value += $(this).text() + '\n\n'; });