Test
This commit is contained in:
parent
ef3054bb8f
commit
1cdc04c5f1
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ mainApp.factory('Image', ['$http', 'Identity', function ($http, Identity) {
|
||||||
* @returns {undefined}
|
* @returns {undefined}
|
||||||
*/
|
*/
|
||||||
var updateImage = function (image, callback) {
|
var updateImage = function (image, callback) {
|
||||||
|
|
||||||
var result = $http.post('../server/index.php',
|
var result = $http.post('../server/index.php',
|
||||||
$.param({"token": Identity.getToken(), "task": "image", 'action': 'updateImage', 'id': image.id, 'opt': image}));
|
$.param({"token": Identity.getToken(), "task": "image", 'action': 'updateImage', 'id': image.id, 'opt': image}));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue