Changeset 445
- Timestamp:
- 01/06/08 13:13:51 (12 months ago)
- Location:
- trunk/modules/base/templates
- Files:
-
- 2 modified
-
js_logger.tpl (modified) (2 diffs)
-
js_log_lib.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/base/templates/js_logger.tpl
r395 r445 51 51 52 52 /** 53 * Helper function for setting properties o nthe cick object53 * Helper function for setting properties on the click object 54 54 * 55 55 * Takes a DOM event object … … 58 58 */ 59 59 function owa_setClick(e) { 60 61 // hack for IE7 62 e = e || window.event; 60 63 61 64 owa_click.setProperties(e); -
trunk/modules/base/templates/js_log_lib.tpl
r409 r445 248 248 setProperties : function(e) { 249 249 250 251 250 this.e = e; 252 251 this.properties["event"] = "base.click";
