Skip to content

Commit

Permalink
Added FIXMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 5, 2010
1 parent a4ba9d3 commit 9b60765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Expand Up @@ -240,6 +240,7 @@
if (element == null)
return;

// !!! FIXME: get this from the stylesheet
element.css('color', '#FFFFFF');
element.one("click", function() { clicked_taglist($(this)); });
},
Expand Down Expand Up @@ -310,6 +311,7 @@
if (tagstr == '')
tagstr = '(none)';
parentdiv.html(' ' + tagstr);
// !!! FIXME: get this from the stylesheet
parentdiv.css('color', '#777777');
} // process_tag_edit

Expand Down

0 comments on commit 9b60765

Please sign in to comment.