Welcome Guest, Not a member yet? Register   Sign In
safe_mailto problem
#4

[eluser]Perkin5[/eluser]
Solved my own problem!

I was using Paul Irish's HTML5 Boilerplate and it includes a js plugin file that has this script:

Code:
// catch all [removed]() calls
(function(doc){
  var write = doc.write;
  doc.write = function(q){
    log('[removed](): ',arguments);
    if (/docwriteregexwhitelist/.test(q)) write.apply(doc,arguments);  
  };
})(document);

I disabled it and lo! everything works.


Messages In This Thread
safe_mailto problem - by El Forum - 07-09-2011, 09:52 AM
safe_mailto problem - by El Forum - 07-20-2011, 02:18 AM
safe_mailto problem - by El Forum - 07-20-2011, 04:52 AM
safe_mailto problem - by El Forum - 07-20-2011, 07:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB