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 the average user rating of the Colt Combat Commander pistols.
Manufacturer’s Description
The Colt Combat Commander is a 1911-style semi-auto pistol is built on either a carbon steel or a stainless steel frame with a blue or stainless finish, respectively. It’s now chambered in either .45 ACP or 9mm.
Standard features include:
A steel slide, either stainless or carbon steel;
a dual spring recoil system;
a combat hammer; and
The old stainless Combat Commander with black rubber grips.
an undercut trigger guard.
Over the years, Colt has tweaked some of this gun’s features. Older Colt Commanders feature:
A downswept beavertail grip safety;
GI-style three dot sights; and
GI-style rear slide grip serrations.
In contrast, new Colt Commanders feature:
An upswept beavertail grip safety;
Novak sights; and
angled, wide slide grip serrations, either rear-only or front and rear.
Colt has offered a variety of grips for these guns, including custom black cherry G10 grips with the colt logo, double diamond rosewood grips and checkered rubber composite grips. It’s also offered either solid or three-hole triggers.
The Specs
Caliber
Capacity
OAL
BBL
Weight
9mm
9+1
7.75″
4.25″
33 oz.
.45 ACP
7+1
7.75″
4.25″
33 oz.
MSRP: $700ish
A new Combat Commander with Novak sights and an upswept beavertail.The old-style Colt Commander, blued.A newer Colt Commander with front and rear grip serrations.
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"cf0a30a644","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};