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