loleaflet/src/admin/AdminSocketOverview.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7d2bbbee284f3bdebcde06cb82e0912797d9e9ed
Author: Aditya Dewan <iit2015...@iiita.ac.in>
Date:   Thu Jul 13 15:22:01 2017 +0530

    tdf#108997 'kill document' from admin console now works.
    
    Change-Id: I8521f0e50e8e037755d34ca2cea99abc002405ae
    Reviewed-on: https://gerrit.libreoffice.org/39898
    Reviewed-by: pranavk <pran...@collabora.co.uk>
    Tested-by: pranavk <pran...@collabora.co.uk>

diff --git a/loleaflet/src/admin/AdminSocketOverview.js 
b/loleaflet/src/admin/AdminSocketOverview.js
index 858d5f75..da6f9a50 100644
--- a/loleaflet/src/admin/AdminSocketOverview.js
+++ b/loleaflet/src/admin/AdminSocketOverview.js
@@ -63,7 +63,7 @@ var AdminSocketOverview = AdminSocketBase.extend({
                        $('#rowContextMenu').hide();
                });
 
-               $('#rowContextMenu').on('click', 'a', function() {
+               $('body').on('click', '#rowContextMenu a', function() {
                        vex.dialog.confirm({
                                message: _('Are you sure you want to terminate 
this session?'),
                                callback: function(value) {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to