Settings Clean Up
This commit is contained in:
		@@ -64,17 +64,7 @@
 | 
				
			|||||||
	<?php
 | 
						<?php
 | 
				
			||||||
	$partial = new Partial('footer');
 | 
						$partial = new Partial('footer');
 | 
				
			||||||
	$partial->render();
 | 
						$partial->render();
 | 
				
			||||||
	//TODO js do main.js
 | 
					 | 
				
			||||||
	?>
 | 
						?>
 | 
				
			||||||
	<script>
 | 
					 | 
				
			||||||
	$( "#enable-features" ).click(function(e) {
 | 
					 | 
				
			||||||
		var selectRoomId = localStorage.getItem("enableFeature");
 | 
					 | 
				
			||||||
		if (selectRoomId){
 | 
					 | 
				
			||||||
			localStorage.setItem("enableFeature", true);
 | 
					 | 
				
			||||||
		}else {
 | 
					 | 
				
			||||||
			localStorage.setItem("enableFeature", false);
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	});
 | 
					 | 
				
			||||||
	</script>
 | 
						</script>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user