cockpit/js/instance.js in cpee-1.3.193 vs cockpit/js/instance.js in cpee-1.3.194

- old
+ new

@@ -29,11 +29,11 @@ 'topic' + '=' + 'attributes' + '&' + 'events' + '=' + 'change' + '&' + 'topic' + '=' + 'transformation' + '&' + 'events' + '=' + 'change' + '&' + 'topic' + '=' + 'handlerwrapper' + '&' + - 'events' + '=' + 'result' + '&' + + 'events' + '=' + 'error,change' + '&' + 'topic' + '=' + 'handlers' + '&' + 'events' + '=' + 'change';// }}} var sub_less = 'topic' + '=' + 'activity' + '&' +// {{{ 'events' + '=' + 'calling,status,manipulating,failed,done' + '&' + 'topic' + '=' + 'position' + '&' + @@ -49,10 +49,10 @@ 'topic' + '=' + 'attributes' + '&' + 'events' + '=' + 'change' + '&' + 'topic' + '=' + 'transformation' + '&' + 'events' + '=' + 'change' + '&' + 'topic' + '=' + 'handlerwrapper' + '&' + - 'events' + '=' + 'result' + '&' + + 'events' + '=' + 'error,change' + '&' + 'topic' + '=' + 'handlers' + '&' + 'events' + '=' + 'change';// }}} $(document).ready(function() {// {{{ $("input[name=base-url]").val(location.protocol + "//" + location.host + ":" + $('body').data('defaultport'));