Initial project files: BESCMS full source
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
(function () {
|
||||
var btn = document.getElementById("ep_scrolltop");
|
||||
if (btn) {
|
||||
btn.addEventListener("click", function () {
|
||||
window.scrollTo({ top: 0, behavior: "smooth" });
|
||||
});
|
||||
}
|
||||
})();
|
||||
Reference in New Issue
Block a user