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: STI’s description, specs, photo and pricing for its Tactical 4.0 pistol.
Manufacturer’s Description
STI’s Tactical 4.15 model is a double-stack 1911 chambered in 9mm, .40 SW or .45 ACP. Available with a steel or aluminum frame with a polymer grip (the essential design element for high capacity), the STI Tactical delivers the added benefit of high capacity magazines without over-sizing the circumference of the grip. The STI Tactical is designed for multiple applications, ranging from police and SWAT teams requiring a firearm with a light rail and high capacity, to the individual demanding a high performance pistol with special features for personal protection. The tactical rail milled into the dust cover of the frame accepts all industry standard light mounts.
The Tactical 4.0 features:
a 4140 carbon steel slide with rear slide serrations;
an STI long curve trigger;
an STI square-style hammer;
an STI ramped front sight and an STI, Novak-style, fixed rear sight (fixed tritium night sights are an available option);
an STI stainless steel, fully supported, ramped bull barrel;
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"a2cf46a63a","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};