Browse Source

[js-cleanup] add short copyright notices to javascripts and remove superfluous newline (#20240).

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@14411 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.2.0
Jean-Philippe Lang 9 years ago
parent
commit
6d78ae9130

+ 0
- 1
public/javascripts/application.js View File

@@ -654,4 +654,3 @@ $(document).ready(setupAjaxIndicator);
$(document).ready(hideOnLoad);
$(document).ready(addFormObserversForDoubleSubmit);
$(document).ready(defaultFocus);


+ 3
- 0
public/javascripts/context_menu.js View File

@@ -1,3 +1,6 @@
/* Redmine - project management software
Copyright (C) 2006-2015 Jean-Philippe Lang */

var contextMenuObserving;
var contextMenuUrl;


+ 3
- 0
public/javascripts/gantt.js View File

@@ -1,3 +1,6 @@
/* Redmine - project management software
Copyright (C) 2006-2015 Jean-Philippe Lang */

var draw_gantt = null;
var draw_top;
var draw_right;

+ 3
- 0
public/javascripts/project_identifier.js View File

@@ -1,3 +1,6 @@
/* Redmine - project management software
Copyright (C) 2006-2015 Jean-Philippe Lang */

// Automatic project identifier generation

function generateProjectIdentifier(identifier, maxlength) {

+ 3
- 0
public/javascripts/repository_navigation.js View File

@@ -1,3 +1,6 @@
/* Redmine - project management software
Copyright (C) 2006-2015 Jean-Philippe Lang */

$(document).ready(function() {
/*
If we're viewing a tag or branch, don't display it in the

+ 3
- 0
public/javascripts/revision_graph.js View File

@@ -1,3 +1,6 @@
/* Redmine - project management software
Copyright (C) 2006-2015 Jean-Philippe Lang */

var revisionGraph = null;

function drawRevisionGraph(holder, commits_hash, graph_space) {

Loading…
Cancel
Save