diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-17 12:11:00 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-17 12:11:00 -0700 |
commit | 48326ad01708fcfa020283e2ad8b2cae4ede1600 (patch) | |
tree | fd925dd945f9e6f050152a112e411a3fe89e0a16 /modules/tag/js | |
parent | 6469763225b1f74bc5391f09446bcf280bea389e (diff) |
Cleanup issues with the original fix for #779
Diffstat (limited to 'modules/tag/js')
-rw-r--r-- | modules/tag/js/tag.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/js/tag.js b/modules/tag/js/tag.js index d656da36..52c695c6 100644 --- a/modules/tag/js/tag.js +++ b/modules/tag/js/tag.js @@ -69,7 +69,7 @@ function editInPlace(element) { window.location.reload(); } else if (data.result == "error") { $("#gRenameTagForm #name") - .css("border", "2px solid red") + .addClass("gError") .focus(); $("#gTagAdmin").before("<p id=\"gEditErrorMessage\" class=\"gError\">" + data.message + "</p>"); } |