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:
parent
a283942b00
commit
7d2bbbee28
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue