Browse Source

Merge branch 'zouap' of https://git.openi.org.cn/OpenI/aiforge into zouap

pull/3518/head
zouap 2 years ago
parent
commit
385539c6da
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/index.js

+ 1
- 1
web_src/js/index.js View File

@@ -5221,7 +5221,7 @@ function initTopToHome() {
}
});
topToHomeEl.on('click', function() {
$('html').animate({ scrollTop: 0 }, 'slow', 'swing');
$('html,body').animate({ scrollTop: 0 }, 'slow', 'swing');
});
}



Loading…
Cancel
Save