diff --git project.js project.js
index cd05e3e..070422d 100644
--- project.js
+++ project.js
@@ -27,7 +27,7 @@ Drupal.projectSetTaxonomy = function (tid) {
     else {
       // In case terms were previously selected, unselect them.
       // They are no longer valid.
-      this.selectedIndex = -1;
+      this.selectedIndex = -1; // @TODO THIS IS SO WRONG!!!11ONE!!!
       $(this).parents('div.form-item').hide();
     }
   });
