forked from lbsadmin/nodeMessageBoard
		
	Move demoMode to config.json - Correction
This commit is contained in:
		
							
								
								
									
										2
									
								
								app.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								app.js
									
									
									
									
									
								
							| @@ -14,7 +14,7 @@ handle["/js/jquery-ui.js"] = requestHandlers.sendJqueryUI; | ||||
| handle["/css/bootstrap.min.css"] = requestHandlers.sendBootstrap; | ||||
|  | ||||
| handle["/clear"] = requestHandlers.sendClear; | ||||
| if(server.demoMode())){ | ||||
| if(server.demoMode()){ | ||||
| handle["/demo"] = requestHandlers.sendDemo; | ||||
| }else{ | ||||
|   console.log("ERROR: Demo mode not active"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user