mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-526: Update webapp to angular 1.6.9.
This commit is contained in:
@@ -88,7 +88,9 @@ angular.module('osk').directive('guacOsk', [function guacOsk() {
|
||||
})
|
||||
|
||||
// Build OSK with retrieved layout
|
||||
.success(function layoutRetrieved(layout) {
|
||||
.then(function layoutRetrieved(request) {
|
||||
|
||||
var layout = request.data;
|
||||
|
||||
// Abort if the layout changed while we were waiting for a response
|
||||
if ($scope.layout !== url)
|
||||
|
Reference in New Issue
Block a user