I need to close the client (google chrome). I write the UI-Actions script below, but when I do login/logout operation it doesn't work more. What can I do? (function() { var actions = shmi.pkg("visuals.session.userActions"); //get reference to userActions object actions["test_close_window"] = function(parameters) { window.close() }; }());
... View more