Errors on the Console

Hi all, i am using the latest version phpM and also updated template but i am getting below errors on all pages on the chrome inspection tools / console errors:

loadjs.min.js:1 GET display:none; net::ERR_UNKNOWN_URL_SCHEME
loadjs.min.js:1 GET position:absolute; net::ERR_UNKNOWN_URL_SCHEME
loadjs.min.js:1 GET width:100px; net::ERR_UNKNOWN_URL_SCHEME
loadjs.min.js:1 GET height:100px; net::ERR_UNKNOWN_URL_SCHEME
loadjs.min.js:1 GET background: net::ERR_UNKNOWN_URL_SCHEME
loadjs.min.js:1 GET float:left; net::ERR_UNKNOWN_URL_SCHEME
loadjs.min.js:1 GET padding:14px 12px; net::ERR_UNKNOWN_URL_SCHEME
loadjs.min.js:1 GET border:2px solid net::ERR_UNKNOWN_URL_SCHEME
loadjs.min.js:1 GET font: normal 14px Arial, Helvetica, sans-serif; net::ERR_UNKNOWN_URL_SCHEME
loadjs.min.js:1 GET border-radius: 2px; net::ERR_UNKNOWN_URL_SCHEME
loadjs.min.js:1 GET background: net::ERR_UNKNOWN_URL_SCHEME

i am not familiar with loadjs any help would be appreciated, any advice on how to get rid of these errors.

If you have custom code or any third party JavaScript libraries, check if the urls are valid. It seems that you tried to get CSS styles, not CSS stylesheets. You should provide the URL of the stylesheets.