We now get the PKD from the remote node when starting
diff --git a/js/test-publish-data.html b/js/test-publish-data.html
index 85eaafa..664e30c 100644
--- a/js/test-publish-data.html
+++ b/js/test-publish-data.html
@@ -96,6 +96,8 @@
 			//var co = queryPrefix( ContentName );

 			

 			var connector = new lwNDN('127.0.0.1', 9695);

+			//var connector = new lwNDN('131.179.141.15', 9695);

+

 		    

 			var co = connector.put( ContentName, Content );