document.addEventListener('DOMContentLoaded', () => {
/** init gtm after 3500 seconds - this could be adjusted */
setTimeout(initGTM, 3500);
});
document.addEventListener('scroll', initGTMOnEvent);
document.addEventListener('mousemove', initGTMOnEvent);
document.addEventListener('touchstart', initGTMOnEvent);
function initGTMOnEvent(event) {
initGTM();
event.currentTarget.removeEventListener(event.type, initGTMOnEvent); // remove the event listener that got triggered
}
function initGTM() {
if (window.gtmDidInit) {
return false;
}
window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once.
const script = document.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.onload = () => {
dataLayer.push({ event: 'gtm.js', 'gtm.start': new Date().getTime(), 'gtm.uniqueEventId': 0 });
}; // this part ensures PageViews is always tracked
script.src = 'https://www.googletagmanager.com/gtm.js?id=UA-55393356-6';
document.head.appendChild(script);
}
Summary: The description, specs, photos, pricing and user ratings for Lionheart Industries’ LH9-MKII pistols.
Manufacturer’s Description
Lionheart Industries‘ LH9-MKII is a semi-auto pistol built on a forged 7075-T6 aluminum frame with a forged 4140 steel slide and forged 4150 steel barrel. It’s chambered in 9mm. It’s reportedly based on the Daewoo K5 pistol.
Other features include:
A picatinny rail;
angled slide serrations;
The LH9-MKII with standard sights and the black finish.
a rounded hammer;
an ambidextrous manual safety;
a passive firing pin block;
fixed three-dot (white) sights (Novak Lo-Mount 380 sights, and fiber-optic, brass and gold bead sights are optional);
a cerakote finish on the frame in either black graphite or brown;
a full-length steel guide rod;
a DA/SA/DA+ trigger system;* and
a soft case with cleaning equipment and a trigger lock.
* The DA+ trigger mode involves placing the hammer in half cock. The full-length trigger pull remains, but it’s lighter than the regular DA pull. The Specs
Caliber
Capacity
BBL
OAL
Height
Weight
9mm
13+1, 15+1
4.1″
7.5″
n/a
26.5 oz.
MSRP: $638
The black LH9-MKII from the front.The black LH9-MKII from the rear.The LH9-MKII with the brown finish and Novak sights.
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"987ea64cf7","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};