Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Continuation of Previous Thread Regarding New Features, Improvements, and Bugs › Reply To: Continuation of Previous Thread Regarding New Features, Improvements, and Bugs
Hi Ernest,
I just wanted to check in with you to see if you had read my latest message above…
Actually, I found something small for you to fix in the plugin:
Take a look at this file:
ajax-search-pro/backend/settings/assets/upload.js
I’ve been working here normalizing line-endings in my Git repo (not a fun activity), and I found this anomalous file in your plugin. It is using the CR line-ending which is an outdated line-ending for Macs. This should be set to LF for linux.
I found this because Git’s function for normalizing line-endings doesn’t seem to recognize CF, but rather only CRLF and LF. So this caused me a little issue here and I manually fixed it on my end.
Anyway, I look forward to hearing back from you so we can get all my issues resolved. =)
~ Michael