diff --git a/client/bugLogClient.js b/client/bugLogClient.js index 97be6cb..ea54dce 100644 --- a/client/bugLogClient.js +++ b/client/bugLogClient.js @@ -1,5 +1,13 @@ /* BugLogHQ Javascript Notification Client ( https://github.com/oarevalo/BugLogHQ ) * + ********** + PLEASE NOTE... you will get errors like the following in Chrome... + "Resource interpreted as Script but transferred with MIME type text/html:" + OR + "Refused to execute script from 'buglog/listeners/bugLogListenerREST.cfm?message=...' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled." + To get around this, create a copy of 'buglog/listeners/bugLogListenerREST.cfm' and name it 'buglog/listeners/bugLogListenerRESTjs.cfm' + and add the following line to the top + ********** * Usage: * */