Skip to content

Comment out WIP locale code

colemanw requested to merge github/fork/colemanw/locale into master

I was noticing errors in the console:

00:05:27.368 dashboard?reset=1:104 GET http://localhost/sites/default/files/civicrm/ext/com.agiliway.civicalendar/locale/.js?r=EyF9a 403 (Forbidden) 00:05:27.800 dashboard?reset=1:104 GET http://localhost/sites/default/files/civicrm/ext/com.agiliway.civicalendar/locale/.js?r=EyF9a 403 (Forbidden) 00:05:27.800 dashboard?reset=1:1 Refused to execute script from 'http://localhost/sites/default/files/civicrm/ext/com.agiliway.civicalendar/locale/.js?r=EyF9a' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.

It looks like the idea of localized scripts is WIP and currently non-functional so I've commented it out to suppress the errors.

Merge request reports