Patch #20240 ยป js-cleanup-add_short_copyright_notice_and_remove_superfluous_newline-trunk_r14396.diff
application.js (working copy) | ||
---|---|---|
654 | 654 |
$(document).ready(hideOnLoad); |
655 | 655 |
$(document).ready(addFormObserversForDoubleSubmit); |
656 | 656 |
$(document).ready(defaultFocus); |
657 |
context_menu.js (working copy) | ||
---|---|---|
1 |
/* Redmine - project management software |
|
2 |
Copyright (C) 2006-2015 Jean-Philippe Lang */ |
|
3 | ||
1 | 4 |
var contextMenuObserving; |
2 | 5 |
var contextMenuUrl; |
3 | 6 |
gantt.js (working copy) | ||
---|---|---|
1 |
/* Redmine - project management software |
|
2 |
Copyright (C) 2006-2015 Jean-Philippe Lang */ |
|
3 | ||
1 | 4 |
var draw_gantt = null; |
2 | 5 |
var draw_top; |
3 | 6 |
var draw_right; |
project_identifier.js (working copy) | ||
---|---|---|
1 |
/* Redmine - project management software |
|
2 |
Copyright (C) 2006-2015 Jean-Philippe Lang */ |
|
3 | ||
1 | 4 |
// Automatic project identifier generation |
2 | 5 | |
3 | 6 |
function generateProjectIdentifier(identifier, maxlength) { |
repository_navigation.js (working copy) | ||
---|---|---|
1 |
/* Redmine - project management software |
|
2 |
Copyright (C) 2006-2015 Jean-Philippe Lang */ |
|
3 | ||
1 | 4 |
$(document).ready(function() { |
2 | 5 |
/* |
3 | 6 |
If we're viewing a tag or branch, don't display it in the |
revision_graph.js (working copy) | ||
---|---|---|
1 |
/* Redmine - project management software |
|
2 |
Copyright (C) 2006-2015 Jean-Philippe Lang */ |
|
3 | ||
1 | 4 |
var revisionGraph = null; |
2 | 5 | |
3 | 6 |
function drawRevisionGraph(holder, commits_hash, graph_space) { |