changeset 85:c6dc5b79a07a

Added a TODO.
author Atul Varma <varmaa@toolness.com>
date Thu, 13 Mar 2008 18:02:45 -0500
parents 5029082ee13f
children f97c99f193fd
files PersonasBackend/personas/templates/personas/list.html
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/PersonasBackend/personas/templates/personas/list.html	Thu Mar 13 18:01:45 2008 -0500
+++ b/PersonasBackend/personas/templates/personas/list.html	Thu Mar 13 18:02:45 2008 -0500
@@ -12,6 +12,8 @@
 <script>
 function dispatchPersonaEvent(aType, aNode, aUrl) {
     if (aUrl) {
+        /* TODO: We should only do this if the Persona is successfully
+           set, i.e. if the user actually has Personas installed, etc. */
         /* TODO: We should probably just use a library like jQuery to
            do this for us. */
         var request = new XMLHttpRequest();