MTrackWeb/templates/images/js/mtrack2.ticket.js
authorAlan Knowles <alan@akkbhome.com>
Wed, 1 Jun 2011 23:35:08 +0000 (07:35 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 1 Jun 2011 23:35:08 +0000 (07:35 +0800)
MTrackWeb/templates/images/js/mtrack2.ticket.js

index 5782b5d..281842b 100644 (file)
@@ -270,7 +270,7 @@ MTrack.register('.mtrack-ticket-events', 'each', function() {
 // could do with a lot better name - it's the event details on a ticket..
 MTrack.register('.ticketchangeinfo', 'each', function() { this.hide() });
 
-MTrack.register('.ticketevent-expand', 'click', function() {
+MTrack.register('.ticketevent-expand', 'on', 'click', function() {
     var id = this.dom.id.split('-').pop();
     Roo.get('ticketchangeinfo-' + id ).toggle();