Author: jablko
Date: Thu Oct 21 21:39:05 2010
New Revision: 8363
Log:
Cosmetic change
Modified:
trunk/js/dialog.js
Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js Thu Oct 21 21:37:14 2010 (r8362)
+++ trunk/js/dialog.js Thu Oct 21 21:39:05 2010 (r8363)
@@ -607,7 +607,7 @@
}
// Delete relations that have been removed
- for (var k=0; k < this.deletes.length; k++)
+ for (var k = 0; k < this.deletes.length; k++)
{
this.$form.append('<input type="hidden" name="deleteRelations['
+ this.deletes[k] + ']" value="delete"/>');
}
--
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.