Skip to content

Commit

Permalink
Add copyright note
Browse files Browse the repository at this point in the history
  • Loading branch information
monambike committed Mar 27, 2024
1 parent ff8825c commit 45afc6b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Monambike.Web/wwwroot/javascript/scroll.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**************************************************************************
Copyright(c) 2024 Vinicius Gabriel Marques de Melo. All rights reserved.
Contact: contact@monambike.com for more information.
For license information, please see the LICENSE file in the root directory.
**************************************************************************/
// Source: https://codepen.io/datCloud/pen/BaKEEqq

// Registers scroll events for the window
window.registerScrollEvent = (dotNetObjRef) => {
window.onscroll = () => {
Expand Down

0 comments on commit 45afc6b

Please sign in to comment.