diff options
| author | Zach DeCook <zachdecook@librem.one> | 2019-12-19 03:58:13 +0000 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2019-12-19 03:58:13 +0000 |
| commit | 1fafc502aea5baea92ba531afb83b8ba42911911 (patch) | |
| tree | 7be662a508ea59a88d474c5dd97325ed9f776cdc /laravel/resources/js/page.js | |
| parent | 13033825ae376405b8cb0b3ffce4f07303769034 (diff) | |
| download | prosongsa-1fafc502aea5baea92ba531afb83b8ba42911911.tar.gz | |
* Javascript: Start tagging this as free so libreJS picks it up
Diffstat (limited to 'laravel/resources/js/page.js')
| -rw-r--r-- | laravel/resources/js/page.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/laravel/resources/js/page.js b/laravel/resources/js/page.js index b7a89f7..f265b0c 100644 --- a/laravel/resources/js/page.js +++ b/laravel/resources/js/page.js @@ -1,3 +1,4 @@ +// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt /** * @brief page.js tries to improve pageload speeds * by processing client-side. @@ -110,3 +111,4 @@ function transpadd( fromkey, integer ) var val = ochords[(parseInt(chords[fromkey]) + integer + 24)%12]; return val; } +// @license-end |
