Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2010-08-20 19:26:33 +0400
committerrobocoder <anthon.pang@gmail.com>2010-08-20 19:26:33 +0400
commitbadf5a5a82e47ab280d8e9943f38ebcd3514b42d (patch)
treecd62880f16a129329169f418058f62b2d7f006de /plugins/Goals/templates/GoalForm.js
parenteb32a329f893e0a2edcf355aece0f95b03db2bad (diff)
refs #1630
git-svn-id: http://dev.piwik.org/svn/trunk@2968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Goals/templates/GoalForm.js')
-rw-r--r--plugins/Goals/templates/GoalForm.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/Goals/templates/GoalForm.js b/plugins/Goals/templates/GoalForm.js
index 3bbb6d80a5..4f73093d19 100644
--- a/plugins/Goals/templates/GoalForm.js
+++ b/plugins/Goals/templates/GoalForm.js
@@ -1,3 +1,10 @@
+/**
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ * @version $Id$
+ */
function showAddNewGoal()
{
@@ -171,4 +178,4 @@ function initAndShowAddGoalForm()
{
initGoalForm('Goals.addGoal', _pk_translate('Goals_AddGoal_js'), '', 'url', '', 'contains', false, '0');
return showAddNewGoal();
-} \ No newline at end of file
+}