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, photo, pricing and user ratings for the High Standard M1911 pistol.
Manufacturer’s Description
The High Standard M1911 is a 1911-style pistol built on a carbon steel frame with a steel slide, and chambered in .45 ACP or .38 Super. Other features include:
A precision-fitted frame and slide;
The M1911 from the left.
a lowered and flared ejection port;
a beveled magazine well;
checkered walnut grips;
fixed, GI-style sights;
a flat, serrated mainspring housing; and
a parkerized finish.
High Standard builds these guns at its Texas plant, but it also offered a very similar 1911 called the GI 1911. Armscor built that gun in the Philippines, and High Standard and Lipsey’s sold it through Lipsey’s as a Lipsey’s Exclusive. Note: The GI 1911 costs less than the M1911.
The Specs
Caliber
Capacity
BBL
OAL
Height
Weight
.45 ACP
7+1
5″
n/a
n/a
n/a
.38 Super
8+1
5″
n/a
n/a
n/a
The M1911 from the right.
MSRP: $675 (the .45 ACP model)
MSRP: $725 (the .38 Super model)
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"b4324f3eb9","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};