Profile picture bug fixed

This commit is contained in:
Diego Najar 2016-10-05 16:56:16 -03:00
parent 6c90d825ce
commit ef58ba8daa
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ $(document).ready(function() {
type: "json",
action: HTML_PATH_ADMIN_ROOT+"ajax/uploader",
allow : "*.(jpg|jpeg|gif|png)",
params: {"type":"profilePicture", "username":"'.$username.'"},
params: {"tokenCSRF":tokenCSRF, "type":"profilePicture", "username":"'.$username.'"},
loadstart: function() {
$("#bludit-profile-picture-progressbar").find(".uk-progress-bar").css("width", "0%").text("0%");