mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
update copyright year (#15977)
Contributed by Daniel Felix. git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2013 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2014 Jean-Philippe Lang */
|
||||
|
||||
function checkAll(id, checked) {
|
||||
$('#'+id).find('input[type=checkbox]:enabled').attr('checked', checked);
|
||||
|
||||
Reference in New Issue
Block a user