##// END OF EJS Templates
[js-cleanup] add short copyright notices to javascripts and remove superfluous newline (#20240)....
Jean-Philippe Lang -
r14029:6d78ae91307b
parent child
Show More
@@ -654,4 +654,3 $(document).ready(setupAjaxIndicator);
654 654 $(document).ready(hideOnLoad);
655 655 $(document).ready(addFormObserversForDoubleSubmit);
656 656 $(document).ready(defaultFocus);
657
@@ -1,3 +1,6
1 /* Redmine - project management software
2 Copyright (C) 2006-2015 Jean-Philippe Lang */
3
1 4 var contextMenuObserving;
2 5 var contextMenuUrl;
3 6
@@ -1,3 +1,6
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;
@@ -1,3 +1,6
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) {
@@ -1,3 +1,6
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
@@ -1,3 +1,6
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) {
General Comments 0
You need to be logged in to leave comments. Login now