Add in fixes for CRM-18708 as well as its needed on 4.7 and make minor fix as suggest...
[civicrm-core.git] / js / noconflict.js
1 if (!window.CRM) window.CRM = {};
2 window.cj = CRM.$ = jQuery.noConflict(true);
3 CRM._ = _.noConflict();