Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
210b6755a6
@ -571,7 +571,7 @@ initDrafts()
|
||||
<script>
|
||||
<!-- Jump to error -->
|
||||
$(function() {
|
||||
if ($('.has-error')) {
|
||||
if ($('.has-error').length) {
|
||||
location.href = '#' + $('.has-error:first').attr('id');
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user