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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-04-09 17:10:37 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-04-09 17:10:37 +0400
commitd449a54daf46cb3d2a19b26940d59319d2852e38 (patch)
tree4ab5555d4f9358a9d0b9b7636c7b858011218359 /plugins/Goals
parent8875f39191a1f1677ba8977375cb68d723340090 (diff)
Fixes #526
* Added possibility to change password, for super user and normal users * Refactored Login to add a new hook that is meant to init the session (set the cookies). this hook is called when the password is changed. * Added general feedback message at top of the admin screens, to let users know that changes have been successful.
Diffstat (limited to 'plugins/Goals')
-rw-r--r--plugins/Goals/templates/GoalForm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Goals/templates/GoalForm.js b/plugins/Goals/templates/GoalForm.js
index 3577ae1c70..1e17ec3f24 100644
--- a/plugins/Goals/templates/GoalForm.js
+++ b/plugins/Goals/templates/GoalForm.js
@@ -75,6 +75,7 @@ function bindGoalForm()
initAndShowAddGoalForm();
} );
}
+
function getAjaxDeleteGoal(idGoal)
{
var ajaxRequest = piwikHelper.getStandardAjaxConf('goalAjaxLoading');