View Single Post
  #2  
Old 09-11-2007, 11:37 AM
 
luxor luxor is offline
 

Senior Member
  
Join Date: Apr 2007
Posts: 120
 

Default Re: Prototype JavaScript framework - Bugs

i found the single function which is causing the error. when this is included, the product exception feature stops working. when excluding, it works.

does anybody recognize a function like this in xcart that may cause a clash?


Code:
dispatchException: function(exception) { (this.options.onException || Prototype.emptyFunction)(this, exception); Ajax.Responders.dispatch('onException', this, exception); } });
__________________
v4.1.8 GOLD
Reply With Quote