diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2025-12-02 18:49:03 -0500 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2025-12-02 18:49:03 -0500 |
| commit | 6f1405350b4b8b47c042631845a99f0f4e43e86e (patch) | |
| tree | 1eb340d2e4dc71ea46a46ff2500ceb46830bd477 /rapbot/warning.js | |
create repo, add website, rapbot files
Diffstat (limited to 'rapbot/warning.js')
| -rwxr-xr-x | rapbot/warning.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rapbot/warning.js b/rapbot/warning.js new file mode 100755 index 0000000..da149e9 --- /dev/null +++ b/rapbot/warning.js @@ -0,0 +1,5 @@ +$(document).ready(function() { + + $.fn.colorbox({href:'explicit.png',open:true}); + +});
\ No newline at end of file |
