mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41: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
|
||||
* (optional).
|
||||
*/
|
||||
"delete" : function(username, parameters) {
|
||||
"remove" : function(username, parameters) {
|
||||
|
||||
// Construct request URL
|
||||
var users_url = "users/delete?name=" + encodeURIComponent(username);
|
||||
|
Reference in New Issue
Block a user