Carry event object for click events into called JS code
[squirrelmail.git] / templates / default / js / default.js
index 2c9af1d2676d6901ff9eafe7bb5c361f8cbfeeed..8313cb1547a7816fd6e8e5560cd0c872000e1485 100644 (file)
@@ -14,7 +14,7 @@ var orig_row_colors = new Array();
  *
  * @param   string   the name of the checkbox that should be (un)checked
  */
-function row_click(chkboxName) {
+function row_click(chkboxName, event) {
     var chkbox = document.getElementById(chkboxName);
     if (chkbox) {
         // initialize orig_row_color if not defined already