mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 14:11:21 +00:00
#268: Rename service method to "remove".
This commit is contained in:
@@ -165,7 +165,7 @@ GuacamoleService.Users = {
|
|||||||
* server for the sake of authentication
|
* server for the sake of authentication
|
||||||
* (optional).
|
* (optional).
|
||||||
*/
|
*/
|
||||||
"delete" : function(username, parameters) {
|
"remove" : function(username, parameters) {
|
||||||
|
|
||||||
// Construct request URL
|
// Construct request URL
|
||||||
var users_url = "users/delete?name=" + encodeURIComponent(username);
|
var users_url = "users/delete?name=" + encodeURIComponent(username);
|
||||||
|
Reference in New Issue
Block a user