Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2018-10-03 19:15:54 +00:00
commit 210b6755a6

View File

@ -571,7 +571,7 @@ initDrafts()
<script>
<!-- Jump to error -->
$(function() {
if ($('.has-error')) {
if ($('.has-error').length) {
location.href = '#' + $('.has-error:first').attr('id');
}
});