Actions
Bug #3984
closedCustom window._ in i18n.js conflicting with underscore.js
Description
window._ is defined as a custom i18n function which prevents the use of underscore.js.
See https://github.com/theforeman/foreman/blob/develop/app/assets/javascripts/i18n.js#L8
Steps to Reproduce:
1. Go to a page that uses underscore.js (many katello pages do)
2. Note JS error because of underscore being replaced by above custom i18n function
Actions