Author: jablko
Date: Sun Oct 24 10:10:29 2010
New Revision: 8410

Log:
Clicking relationship row opens dialog

Modified:
   trunk/js/dialog.js

Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js  Sun Oct 24 10:03:32 2010        (r8409)
+++ trunk/js/dialog.js  Sun Oct 24 10:10:29 2010        (r8410)
@@ -491,9 +491,9 @@
             }
 
             // Bind events
-            $tr.find('img[alt=edit]').click(function ()
+            $tr.click(function ()
               {
-                thisDialog.open($(this).closest('tr').attr('id'));
+                thisDialog.open(this.id);
               });
 
             $tr.find('button[name=delete]').click(function ()

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to