tdf#108997 'kill document' from admin console now works.

Change-Id: I8521f0e50e8e037755d34ca2cea99abc002405ae
Reviewed-on: https://gerrit.libreoffice.org/39898
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Tested-by: pranavk <pranavk@collabora.co.uk>
This commit is contained in:
Aditya Dewan 2017-07-13 15:22:01 +05:30 committed by pranavk
parent a283942b00
commit 7d2bbbee28

View file

@ -63,7 +63,7 @@ var AdminSocketOverview = AdminSocketBase.extend({
$('#rowContextMenu').hide(); $('#rowContextMenu').hide();
}); });
$('#rowContextMenu').on('click', 'a', function() { $('body').on('click', '#rowContextMenu a', function() {
vex.dialog.confirm({ vex.dialog.confirm({
message: _('Are you sure you want to terminate this session?'), message: _('Are you sure you want to terminate this session?'),
callback: function(value) { callback: function(value) {