Author: jablko
Date: Thu Oct 21 22:51:41 2010
New Revision: 8375

Log:
Drop unused variable

Modified:
   trunk/js/dialog.js

Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js  Thu Oct 21 22:50:25 2010        (r8374)
+++ trunk/js/dialog.js  Thu Oct 21 22:51:41 2010        (r8375)
@@ -69,7 +69,7 @@
           + '</div>').appendTo('body');
 
         // Bind click event to "Add" link
-        var $addLink = $('<a href="#">Add new</a>')
+        $('<a href="#">Add new</a>')
           .click(function (event)
             {
               // Prevent default action, "go to top of page"

-- 
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