Backend for songs.zachdecook.com
Diffstat (limited to 'laravel/resources/js/jsonly.js')
| -rw-r--r-- | laravel/resources/js/jsonly.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/laravel/resources/js/jsonly.js b/laravel/resources/js/jsonly.js index 4f5d6c8..1472a09 100644 --- a/laravel/resources/js/jsonly.js +++ b/laravel/resources/js/jsonly.js @@ -1,3 +1,4 @@ +// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt /** * @brief jsonly.js contains the functions that are only called in js, * not translated from server-side code. @@ -151,3 +152,4 @@ function cycle(obj){ tab = obj.dict[obj.chordd][obj.number] ChordCharter.drawChord( obj.region, 30, 25, obj.chord +"("+obj.number + ")", tab ); } +// @license-end |