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, pricing, photo and user ratings for the Thompson 1911TC pistol.
Manufacturer’s Description
The Thompson 1911TC is a 1911-style semi-auto pistol built on a machined 420 stainless steel frame with a stainless steel slide machined from billet. Other features include:
A matte stainless finish on the frame and slide;
laser-engraved markings, including the distinctive Thompson bullet logo on the slide;
black, serrated front and rear sights dovetailed into the slide;
The 1911TC from the left.
a flared ejection port;
front and rear grip serrations machined at a slight angle into the slide;
a checkered mainspring housing;
a checkered frontstrap (20 LPI);
an adjustable trigger;
a combat hammer;
a stainless steel, full-length recoil guide rod;
an extended beavertail grip safety;
an extended magazine release;
checkered laminate grips with a Thompson bullet logo inlay; and
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"1b313dd272","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};