diff options
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 |
