Commented out chat windows to avoid crash. Issue #24 on XMPP Chat Window repo.
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/lib/xmpp-chat-component
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								dist/lib/xmpp-chat-component
									
									
									
									
										vendored
									
									
								
							 Submodule dist/lib/xmpp-chat-component updated: ffed7b6c77...3c6fe0b63a
									
								
							| @ -21,7 +21,6 @@ | ||||
|     <script type="text/javascript" src="<?php echo $dn; ?>/node_modules/jquery/dist/jquery.min.js"></script> | ||||
|     <script type="text/javascript" src="<?php echo $dn; ?>/node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | ||||
|     <script type="text/javascript" src="<?php echo $dn; ?>/dist/lib/webcomponentsjs/webcomponents-loader.js"></script> | ||||
|     <script type="text/javascript" src="<?php echo $dn; ?>/dist/lib/xmpp-chat-component/node_modules/webcomponentsjs/full.js"></script> | ||||
|  | ||||
|     <!-- Web components --> | ||||
|     <link rel="import" href="<?php echo $dn; ?>/dist/lib/ldp-display/ldp-display.html?v=<?php echo $v ?>" /> | ||||
|  | ||||
| @ -29,16 +29,6 @@ | ||||
|     </ldp-route> | ||||
|   </ldp-router> | ||||
|  | ||||
|   <hd-chat-window | ||||
|     id="channel-chat"  | ||||
|     data-authentication="anonymous" | ||||
|     data-auto-login="true" | ||||
|     data-bosh-service-url="https://conversejs.org/http-bind/" | ||||
|     data-debug="false" | ||||
|     data-jid="nomnom.im" | ||||
|     data-locales-url="http://hd-app.local/dist/lib/xmpp-chat-component/node_modules/converse.js/locale/{{{locale}}}/LC_MESSAGES/converse.json", | ||||
|     data-room-jid="anonymous@conference.nomnom.im"> | ||||
|   </hd-chat-window> | ||||
|  | ||||
|   <div id="channel-detail" style="display: none"> | ||||
|     <ldp-display  | ||||
|  | ||||
| @ -9,14 +9,13 @@ | ||||
|   </ldp-router> | ||||
|  | ||||
|   <hd-chat-window | ||||
|     id="member-chat"  | ||||
|     data-authentication="anonymous" | ||||
|     data-auto-login="true" | ||||
|     data-bosh-service-url="https://conversejs.org/http-bind/" | ||||
|     data-debug="false" | ||||
|     data-jid="nomnom.im" | ||||
|     data-locales-url="http://hd-app.local/dist/lib/xmpp-chat-component/node_modules/converse.js/locale/{{{locale}}}/LC_MESSAGES/converse.json", | ||||
|     data-room-jid="anonymous@conference.nomnom.im"> | ||||
|       data-authentication="anonymous" | ||||
|       data-auto-login="true" | ||||
|       data-bosh-service-url="https://conversejs.org/http-bind/" | ||||
|       data-debug="true" | ||||
|       data-jid="nomnom.im" | ||||
|       data-locales-url="http://hd-app.local/dist/lib/xmpp-chat-component/node_modules/converse.js/locale/{{{locale}}}/LC_MESSAGES/converse.json", | ||||
|       data-room-jid="anonymous@conference.nomnom.im"> | ||||
|   </hd-chat-window> | ||||
|  | ||||
|   <div id="member-detail" style="display: none"> | ||||
|  | ||||
| @ -8,16 +8,6 @@ | ||||
|     </ldp-route> | ||||
|   </ldp-router> | ||||
|  | ||||
|   <hd-chat-window | ||||
|     id="project-chat"  | ||||
|     data-authentication="anonymous" | ||||
|     data-auto-login="true" | ||||
|     data-bosh-service-url="https://conversejs.org/http-bind/" | ||||
|     data-debug="false" | ||||
|     data-jid="nomnom.im" | ||||
|     data-locales-url="http://hd-app.local/dist/lib/xmpp-chat-component/node_modules/converse.js/locale/{{{locale}}}/LC_MESSAGES/converse.json", | ||||
|     data-room-jid="anonymous@conference.nomnom.im"> | ||||
|   </hd-chat-window> | ||||
|  | ||||
|   <div id="project-detail" style="display: none"> | ||||
|     <ldp-display  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user