comparison mod_tcpproxy/web/demo.html @ 1343:7dbde05b48a9

all the things: Remove trailing whitespace
author Florian Zeitz <florob@babelmonkeys.de>
date Tue, 11 Mar 2014 18:44:01 +0100
parents f2f9b965d1ad
children
comparison
equal deleted inserted replaced
1342:0ae065453dc9 1343:7dbde05b48a9
24 } 24 }
25 } 25 }
26 26
27 var xmppconn = new Strophe.Connection("/http-bind"); 27 var xmppconn = new Strophe.Connection("/http-bind");
28 xmppconn.connect("anon.localhost", null, handle_connection_status, 50); 28 xmppconn.connect("anon.localhost", null, handle_connection_status, 50);
29 29
30 </script> 30 </script>
31 </head> 31 </head>
32 <body> 32 <body>
33 </body> 33 </body>
34 </html> 34 </html>