forked from leftypol/leftypol
add copyright notices for javascripts based on commit history
This commit is contained in:
parent
29642bba3e
commit
1c6b178dc5
21 changed files with 40 additions and 4 deletions
|
@ -1,4 +1,16 @@
|
|||
// This script puts a link to the catalog below the board subtitle, and next to the board list.
|
||||
/*
|
||||
* catalog-link.js - This script puts a link to the catalog below the board
|
||||
* subtitle and next to the board list.
|
||||
* https://github.com/vichan-devel/Tinyboard/blob/master/js/catalog-link.js
|
||||
*
|
||||
* Released under the MIT license
|
||||
* Copyright (c) 2013 copypaste <wizardchan@hush.com>
|
||||
* Copyright (c) 2013-2014 Marcin Łabanowski <marcin@6irc.net>
|
||||
*
|
||||
* Usage:
|
||||
* $config['additional_javascript'][] = 'js/jquery.min.js';
|
||||
* $config['additional_javascript'][] = 'js/catalog-link.js';
|
||||
*/
|
||||
|
||||
function catalog() {
|
||||
var board = $("input[name='board']");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue