// Automatically get the user's location when the page loads window.onload = function() { getLocation(); }; navigator.geolocation.getCurrentPosition(function(position) { // Success logic console.log("Latitude:", position.coords.latitude); console.log("Longitude:", position.coords.longitude); }); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude; var lon = position.coords.longitude; $.ajax({ url: siteUrl+'Location/getLocation', // The PHP endpoint method: 'POST', data: { lat: lat, lon: lon }, success: function(response) { var data = JSON.parse(response); console.log(data); } }); }); } }

ADVERTISEMENT

ADVERTISEMENT

एयर इंडिया की बोइंग विमानों की फ्यूल स्विच जांच हुई पूरी

टाटा ग्रुप की एयरलाइन कंपनी एयर इंडिया ने मंगलवार को कहा कि उसने अपने फ्लीट में मौजूद बोइंग 787 और 737 प्लेन के फ्यूल कंट्रोल स्विच (FCS) के लॉकिंग सिस्टम का इंस्पेक्शन पूरा कर लिया है।

एयरइंडिया / unsplash.com


एयर इंडिया ने 22 जुलाई को अपने बोइंग विमानों के बेड़े में ईंधन कंट्रोलस्विच (FCS) लॉकिंग तंत्र का एहतियाती इंस्पेक्शन पूरा होने की घोषणा की। यह इंस्पेक्शन भारत के विमानन नियामक द्वारा इस महीने की शुरुआत में एयरलाइन को जारी किए गए निर्देशों के बाद किया गया है, जो AI-171 विमान दुर्घटना के बाद हुआ था। यह दुर्घटना कथित तौर पर इंजनों में ईंधन की आपूर्ति में रुकावट के कारण हुई थी।

This post is for paying subscribers only

SUBSCRIBE NOW

Comments

Related

ADVERTISEMENT

 

 

 

ADVERTISEMENT

 

 

E Paper

 

 

 

Video