@@ -654,4 +654,3 $(document).ready(setupAjaxIndicator); | |||||
654 | $(document).ready(hideOnLoad); |
|
654 | $(document).ready(hideOnLoad); | |
655 | $(document).ready(addFormObserversForDoubleSubmit); |
|
655 | $(document).ready(addFormObserversForDoubleSubmit); | |
656 | $(document).ready(defaultFocus); |
|
656 | $(document).ready(defaultFocus); | |
657 |
|
@@ -1,3 +1,6 | |||||
|
1 | /* Redmine - project management software | |||
|
2 | Copyright (C) 2006-2015 Jean-Philippe Lang */ | |||
|
3 | ||||
1 | var contextMenuObserving; |
|
4 | var contextMenuObserving; | |
2 | var contextMenuUrl; |
|
5 | var contextMenuUrl; | |
3 |
|
6 |
@@ -1,3 +1,6 | |||||
|
1 | /* Redmine - project management software | |||
|
2 | Copyright (C) 2006-2015 Jean-Philippe Lang */ | |||
|
3 | ||||
1 | var draw_gantt = null; |
|
4 | var draw_gantt = null; | |
2 | var draw_top; |
|
5 | var draw_top; | |
3 | var draw_right; |
|
6 | var draw_right; |
@@ -1,3 +1,6 | |||||
|
1 | /* Redmine - project management software | |||
|
2 | Copyright (C) 2006-2015 Jean-Philippe Lang */ | |||
|
3 | ||||
1 | // Automatic project identifier generation |
|
4 | // Automatic project identifier generation | |
2 |
|
5 | |||
3 | function generateProjectIdentifier(identifier, maxlength) { |
|
6 | function generateProjectIdentifier(identifier, maxlength) { |
@@ -1,3 +1,6 | |||||
|
1 | /* Redmine - project management software | |||
|
2 | Copyright (C) 2006-2015 Jean-Philippe Lang */ | |||
|
3 | ||||
1 | $(document).ready(function() { |
|
4 | $(document).ready(function() { | |
2 | /* |
|
5 | /* | |
3 | If we're viewing a tag or branch, don't display it in the |
|
6 | If we're viewing a tag or branch, don't display it in the |
General Comments 0
You need to be logged in to leave comments.
Login now