test
This commit is contained in:
parent
19d62a8cbf
commit
c206e0204d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ mainApp.factory('Image', ['$http', 'Identity', function ($http, Identity) {
|
|||
|
||||
|
||||
var result = $http.post('../server/index.php',
|
||||
$.param({"token": Identity.getToken(), "task": "image", 'action': 'updateImage', 'id': image.id, 'opt': {'name': image.name}}));
|
||||
$.param({"token": Identity.getToken(), "task": "image", 'action': 'updateImage', 'id': image.id, 'opt': {'name': image.name,'protected':image.protected, 'visibility':image.visibility}}));
|
||||
|
||||
// Wait and handle the response
|
||||
result.then(function (response) {
|
||||
|
|
Loading…
Add table
Reference in a new issue