Ignore:
Timestamp:
17 Jul 2007, 09:30:28 (17 years ago)
Author:
joachim
Message:

ajax now works with ie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/cpsdocument.js.dtml

    r2017 r2025  
    8787            var button_node = $(button);
    8888            if (button_node) {
    89                 button_node.type = 'button';
    9089                button_node.onclick = this.sendForm.bindAsEventListener(this);
    9190                count += 1;
     
    9998            var button_node = $(button);
    10099            if (button_node) {
    101                 button_node.type = 'button';
    102100                button_node.onclick = this.sendFormReload.bindAsEventListener(this);
    103101                count += 1;
Note: See TracChangeset for help on using the changeset viewer.