diff --git a/client/js/services/Image.js b/client/js/services/Image.js index 4dc835e..90f3a48 100644 --- a/client/js/services/Image.js +++ b/client/js/services/Image.js @@ -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}));