“Null” is null or not an object javascript in magento

February 1st, 2010 Categories: Magento

I got an error like this at every page of my store when using Internet Explorer

Error: “null” is null or not an object

My solution to that is to delete this

<script type="text/javascript">
$('bug_tracking_link').target = "varien_external";
</script>

From: /app/design/frontend/default/modern/template/page/html/footer.phtml

Hope this helps someone.

Tags:
No comments yet.

Leave a Comment