diff --git a/examples/twisted/wamp/app/calculator/index.html b/examples/twisted/wamp/app/calculator/index.html index de5bd09f..38e4bb1e 100644 --- a/examples/twisted/wamp/app/calculator/index.html +++ b/examples/twisted/wamp/app/calculator/index.html @@ -35,7 +35,7 @@ - + + + + + + + + + + diff --git a/examples/twisted/wamp/pubsub/basic/backend.html b/examples/twisted/wamp/pubsub/basic/backend.html index 66227bc8..1078ffd2 100644 --- a/examples/twisted/wamp/pubsub/basic/backend.html +++ b/examples/twisted/wamp/pubsub/basic/backend.html @@ -3,7 +3,7 @@

PubSub Basic Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/pubsub/basic/frontend.html b/examples/twisted/wamp/pubsub/basic/frontend.html index cc3a6b2c..ecf0152e 100644 --- a/examples/twisted/wamp/pubsub/basic/frontend.html +++ b/examples/twisted/wamp/pubsub/basic/frontend.html @@ -3,7 +3,7 @@

PubSub Basic Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/pubsub/complex/backend.html b/examples/twisted/wamp/pubsub/complex/backend.html index 54225abf..1c82d28a 100644 --- a/examples/twisted/wamp/pubsub/complex/backend.html +++ b/examples/twisted/wamp/pubsub/complex/backend.html @@ -3,7 +3,7 @@

PubSub Complex Event Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/pubsub/complex/frontend.html b/examples/twisted/wamp/pubsub/complex/frontend.html index 256f9912..ab8d7d9b 100644 --- a/examples/twisted/wamp/pubsub/complex/frontend.html +++ b/examples/twisted/wamp/pubsub/complex/frontend.html @@ -3,7 +3,7 @@

PubSub Complex Event Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/pubsub/decorators/backend.html b/examples/twisted/wamp/pubsub/decorators/backend.html index befae541..295bc067 100644 --- a/examples/twisted/wamp/pubsub/decorators/backend.html +++ b/examples/twisted/wamp/pubsub/decorators/backend.html @@ -3,7 +3,7 @@

PubSub Decorators Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/pubsub/decorators/frontend.html b/examples/twisted/wamp/pubsub/decorators/frontend.html index 27917dfa..ef3a6aa7 100644 --- a/examples/twisted/wamp/pubsub/decorators/frontend.html +++ b/examples/twisted/wamp/pubsub/decorators/frontend.html @@ -3,7 +3,7 @@

PubSub Decorators Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/pubsub/options/backend.html b/examples/twisted/wamp/pubsub/options/backend.html index a843a476..86c4955b 100644 --- a/examples/twisted/wamp/pubsub/options/backend.html +++ b/examples/twisted/wamp/pubsub/options/backend.html @@ -3,7 +3,7 @@

PubSub Options Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/pubsub/options/frontend.html b/examples/twisted/wamp/pubsub/options/frontend.html index 760ab9ee..c632d9de 100644 --- a/examples/twisted/wamp/pubsub/options/frontend.html +++ b/examples/twisted/wamp/pubsub/options/frontend.html @@ -3,7 +3,7 @@

PubSub Options Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/pubsub/unsubscribe/backend.html b/examples/twisted/wamp/pubsub/unsubscribe/backend.html index 47beaa3b..290753a7 100644 --- a/examples/twisted/wamp/pubsub/unsubscribe/backend.html +++ b/examples/twisted/wamp/pubsub/unsubscribe/backend.html @@ -3,7 +3,7 @@

PubSub Unsubscribe Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/pubsub/unsubscribe/frontend.html b/examples/twisted/wamp/pubsub/unsubscribe/frontend.html index a739fdd3..e6400055 100644 --- a/examples/twisted/wamp/pubsub/unsubscribe/frontend.html +++ b/examples/twisted/wamp/pubsub/unsubscribe/frontend.html @@ -3,7 +3,7 @@

PubSub Unsubscribe Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/arguments/backend.html b/examples/twisted/wamp/rpc/arguments/backend.html index c101921d..bd160fa3 100644 --- a/examples/twisted/wamp/rpc/arguments/backend.html +++ b/examples/twisted/wamp/rpc/arguments/backend.html @@ -3,7 +3,7 @@

RPC Arguments Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/arguments/frontend.html b/examples/twisted/wamp/rpc/arguments/frontend.html index b72e0a06..d7ba9f1f 100644 --- a/examples/twisted/wamp/rpc/arguments/frontend.html +++ b/examples/twisted/wamp/rpc/arguments/frontend.html @@ -3,7 +3,7 @@

RPC Arguments Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/cancel/backend.html b/examples/twisted/wamp/rpc/cancel/backend.html index c101921d..bd160fa3 100644 --- a/examples/twisted/wamp/rpc/cancel/backend.html +++ b/examples/twisted/wamp/rpc/cancel/backend.html @@ -3,7 +3,7 @@

RPC Arguments Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/cancel/frontend.html b/examples/twisted/wamp/rpc/cancel/frontend.html index b72e0a06..d7ba9f1f 100644 --- a/examples/twisted/wamp/rpc/cancel/frontend.html +++ b/examples/twisted/wamp/rpc/cancel/frontend.html @@ -3,7 +3,7 @@

RPC Arguments Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/complex/backend.html b/examples/twisted/wamp/rpc/complex/backend.html index 01b49388..6bc39a74 100644 --- a/examples/twisted/wamp/rpc/complex/backend.html +++ b/examples/twisted/wamp/rpc/complex/backend.html @@ -3,7 +3,7 @@

RPC Complex Result Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/complex/frontend.html b/examples/twisted/wamp/rpc/complex/frontend.html index 0aaf11fa..8584b501 100644 --- a/examples/twisted/wamp/rpc/complex/frontend.html +++ b/examples/twisted/wamp/rpc/complex/frontend.html @@ -3,7 +3,7 @@

RPC Complex Result Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/decorators/frontend.html b/examples/twisted/wamp/rpc/decorators/frontend.html index fd99a263..2d3933e8 100644 --- a/examples/twisted/wamp/rpc/decorators/frontend.html +++ b/examples/twisted/wamp/rpc/decorators/frontend.html @@ -3,7 +3,7 @@

RPC Decorators Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/errors/backend.html b/examples/twisted/wamp/rpc/errors/backend.html index 6a56176e..a70688e5 100644 --- a/examples/twisted/wamp/rpc/errors/backend.html +++ b/examples/twisted/wamp/rpc/errors/backend.html @@ -3,7 +3,7 @@

RPC Errors Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/errors/frontend.html b/examples/twisted/wamp/rpc/errors/frontend.html index d8dad1d7..601fd465 100644 --- a/examples/twisted/wamp/rpc/errors/frontend.html +++ b/examples/twisted/wamp/rpc/errors/frontend.html @@ -3,7 +3,7 @@

RPC Errors Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/options/backend.html b/examples/twisted/wamp/rpc/options/backend.html index 612aff81..b608ac3b 100644 --- a/examples/twisted/wamp/rpc/options/backend.html +++ b/examples/twisted/wamp/rpc/options/backend.html @@ -3,7 +3,7 @@

RPC Options Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/options/frontend.html b/examples/twisted/wamp/rpc/options/frontend.html index 2057beb6..8fd51bc3 100644 --- a/examples/twisted/wamp/rpc/options/frontend.html +++ b/examples/twisted/wamp/rpc/options/frontend.html @@ -3,7 +3,7 @@

RPC Options Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/progress/backend.html b/examples/twisted/wamp/rpc/progress/backend.html index f7c9893e..eb20c0a4 100644 --- a/examples/twisted/wamp/rpc/progress/backend.html +++ b/examples/twisted/wamp/rpc/progress/backend.html @@ -3,7 +3,7 @@

RPC Progressive Results Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/progress/frontend.html b/examples/twisted/wamp/rpc/progress/frontend.html index c6aa0fa0..df1002ab 100644 --- a/examples/twisted/wamp/rpc/progress/frontend.html +++ b/examples/twisted/wamp/rpc/progress/frontend.html @@ -3,7 +3,7 @@

RPC Progressive Results Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/slowsquare/backend.html b/examples/twisted/wamp/rpc/slowsquare/backend.html index a5d433c9..74df0db3 100644 --- a/examples/twisted/wamp/rpc/slowsquare/backend.html +++ b/examples/twisted/wamp/rpc/slowsquare/backend.html @@ -3,7 +3,7 @@

RPC Slow Square Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/slowsquare/frontend.html b/examples/twisted/wamp/rpc/slowsquare/frontend.html index 8fe946c6..94af71da 100644 --- a/examples/twisted/wamp/rpc/slowsquare/frontend.html +++ b/examples/twisted/wamp/rpc/slowsquare/frontend.html @@ -3,7 +3,7 @@

RPC Slow Square Frontend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/timeservice/backend.html b/examples/twisted/wamp/rpc/timeservice/backend.html index bb1939ce..57abd24e 100644 --- a/examples/twisted/wamp/rpc/timeservice/backend.html +++ b/examples/twisted/wamp/rpc/timeservice/backend.html @@ -3,7 +3,7 @@

RPC Time Service Backend

Open JavaScript console to watch output.

- + diff --git a/examples/twisted/wamp/rpc/timeservice/frontend.html b/examples/twisted/wamp/rpc/timeservice/frontend.html index fcdb600b..5595ab5c 100644 --- a/examples/twisted/wamp/rpc/timeservice/frontend.html +++ b/examples/twisted/wamp/rpc/timeservice/frontend.html @@ -3,7 +3,7 @@

RPC Time Service Frontend

Open JavaScript console to watch output.

- +