munchkin.js resource error
(newbie here)
My embedded js is getting the following error:
[Error] Failed to load resource: The requested URL was not found on this server. (munchkin.js, line 0)
file://munchkin-cdn.marketo.net/150/munchkin.js
It appears the munchkin.js is referencing a file which does not exist.
I see that http://munchkin-cdn.marketo.net/150/munchkin.js DOES exit, but munchkin.js is using the file protocol, not http.
Below is the javascript on my web page (id's changed to xxxxx's).
Help?
-jeff
<script src="https://munchkin.marketo.net/munchkin.js"
type="text/javascript">
</script>
<script>
Munchkin.init('xxxxxxxxxxxxxxxxxx');
Munchkin.munchkinFunction('associateLead',
{ Email: 'test@email.com',
FirstName: 'test',
LastName: 'test',
DoNotCall: true,
DoNotCallReason: 'just because',
Company: 'test company.',
LeadSource: 'test Email',
LeadStatus: 'Open - Not Contacted',
},
'xxxxxxxxxxxxxxxx');
</script>