Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-09-04 09:56:05 +02:00
commit 9763e96882

View File

@ -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';
});