11 Apr
2009
11 Apr
'09
10:50 p.m.
I have changed "?ajax=1" in lightbox.js in two places to "&ajax=1" lbSave: function(url) { this.lbSaveData(); new Ajax.Request(url + "&ajax=1", {parameters: this.formData, onSuccess: this.lbSaveDone.bind(this)}); }, lbSaveSync: function(url) { new Ajax.Request(url + "&ajax=1", {parameters: this.formData, asynchronous: false}); }, After this correct template is selected but it does not stop to display the warning with in lightbox. The parsed template has the warning message in it. But view does not stop to display the warnings.