MooTools error "setting a property that has only a getter"

We love mootools and we’re using it in all new projects.

There is a slight incompatibility with mootools and CrazyEgg, but it is easily fixed.

Basically, MooTools and CrazyEgg both fix the same problem with the javascript implementation in the browser. But we fix the issue in different ways.

Sometimes you might get an error message of "setting a property that has only a getter" when both MooTools and CrazyEgg tracking are used on the same page.

To work around this issue, you simply have to include the script tag that links to the main mootools library again right after the crazyegg tracking script.

EG:


  <script type="text/javascript" src="http://cetrk.com/pages/scripts/0000/0000.js"></script>
  <script type="text/javascript" src="mootools.js"></script>
</body>

If you need any help with this or still have any problems or errors, please contact us.