Browse Source

Update links in Javascript comments

pull/40/head
Michael Save 12 years ago
parent
commit
2faaacd0f2
  1. 2
      js/auto-reload.js
  2. 2
      js/fix-report-delete-submit.js
  3. 2
      js/forced-anon.js
  4. 2
      js/local-time.js
  5. 2
      js/post-hover.js
  6. 2
      js/quick-post-controls.js
  7. 2
      js/quick-reply.js
  8. 2
      js/show-backlinks.js
  9. 2
      js/smartphone-spoiler.js

2
js/auto-reload.js

@ -1,6 +1,6 @@
/*
* auto-reload.js
* https://github.com/savetheinternet/Tinyboard-Tools/blob/master/js/auto-reload.js
* https://github.com/savetheinternet/Tinyboard/blob/master/js/auto-reload.js
*
* Brings AJAX to Tinyboard.
*

2
js/fix-report-delete-submit.js

@ -1,6 +1,6 @@
/*
* fix-report-delete-submit.js
* https://github.com/savetheinternet/Tinyboard-Tools/blob/master/js/fix-report-delete-submit.js
* https://github.com/savetheinternet/Tinyboard/blob/master/js/fix-report-delete-submit.js
*
* Fixes a known bug regarding the delete/report submit buttons.
*

2
js/forced-anon.js

@ -1,6 +1,6 @@
/*
* forced-anon.js
* https://github.com/savetheinternet/Tinyboard-Tools/blob/master/js/forced-anon.js
* https://github.com/savetheinternet/Tinyboard/blob/master/js/forced-anon.js
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>

2
js/local-time.js

@ -1,6 +1,6 @@
/*
* local-time.js
* https://github.com/savetheinternet/Tinyboard-Tools/blob/master/js/local-time.js
* https://github.com/savetheinternet/Tinyboard/blob/master/js/local-time.js
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>

2
js/post-hover.js

@ -1,6 +1,6 @@
/*
* post-hover.js
* https://github.com/savetheinternet/Tinyboard-Tools/blob/master/js/post-hover.js
* https://github.com/savetheinternet/Tinyboard/blob/master/js/post-hover.js
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>

2
js/quick-post-controls.js

@ -1,6 +1,6 @@
/*
* quick-posts-controls.js
* https://github.com/savetheinternet/Tinyboard-Tools/blob/master/js/quick-posts-controls.js
* https://github.com/savetheinternet/Tinyboard/blob/master/js/quick-posts-controls.js
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>

2
js/quick-reply.js

@ -1,6 +1,6 @@
/*
* quick-reply.js
* https://github.com/savetheinternet/Tinyboard-Tools/blob/master/js/quick-reply.js
* https://github.com/savetheinternet/Tinyboard/blob/master/js/quick-reply.js
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>

2
js/show-backlinks.js

@ -1,6 +1,6 @@
/*
* show-backlinks.js
* https://github.com/savetheinternet/Tinyboard-Tools/blob/master/js/show-backlinks.js
* https://github.com/savetheinternet/Tinyboard/blob/master/js/show-backlinks.js
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>

2
js/smartphone-spoiler.js

@ -1,6 +1,6 @@
/*
* smartphone-spoiler.js
* https://github.com/savetheinternet/Tinyboard-Tools/blob/master/js/smartphone-spoiler.js
* https://github.com/savetheinternet/Tinyboard/blob/master/js/smartphone-spoiler.js
*
* Released under the MIT license
* Copyright (c) 2012 Michael Save <savetheinternet@tinyboard.org>

Loading…
Cancel
Save