| 
														
															@@ -410,6 +410,15 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					}, 
														 | 
														
														 | 
														
															 					}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					{ modal: "manageStation" } 
														 | 
														
														 | 
														
															 					{ modal: "manageStation" } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				); 
														 | 
														
														 | 
														
															 				); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+				this.socket.on( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					"event:station.deleted", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						new Toast(`The station you were editing was deleted.`); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						this.closeModal("manageStation"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					{ modal: "manageStation" } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+				); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			} else { 
														 | 
														
														 | 
														
															 			} else { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				new Toast(`Station with that ID not found`); 
														 | 
														
														 | 
														
															 				new Toast(`Station with that ID not found`); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				this.closeModal("manageStation"); 
														 | 
														
														 | 
														
															 				this.closeModal("manageStation"); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -561,9 +570,6 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		removeStation() { 
														 | 
														
														 | 
														
															 		removeStation() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			this.socket.dispatch("stations.remove", this.station._id, res => { 
														 | 
														
														 | 
														
															 			this.socket.dispatch("stations.remove", this.station._id, res => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				new Toast(res.message); 
														 | 
														
														 | 
														
															 				new Toast(res.message); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				if (res.status === "success") { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					this.closeModal("manageStation"); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				} 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			}); 
														 | 
														
														 | 
														
															 			}); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		}, 
														 | 
														
														 | 
														
															 		}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		resumeStation() { 
														 | 
														
														 | 
														
															 		resumeStation() { 
														 |