This commit is contained in:
Loic GUEGAN 2016-04-27 16:06:43 +02:00
parent ef3054bb8f
commit 1cdc04c5f1

View file

@ -62,7 +62,6 @@ mainApp.factory('Image', ['$http', 'Identity', function ($http, Identity) {
* @returns {undefined}
*/
var updateImage = function (image, callback) {
var result = $http.post('../server/index.php',
$.param({"token": Identity.getToken(), "task": "image", 'action': 'updateImage', 'id': image.id, 'opt': image}));