summaryrefslogtreecommitdiff
path: root/modules/tag/js
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-17 12:11:00 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-17 12:11:00 -0700
commit48326ad01708fcfa020283e2ad8b2cae4ede1600 (patch)
treefd925dd945f9e6f050152a112e411a3fe89e0a16 /modules/tag/js
parent6469763225b1f74bc5391f09446bcf280bea389e (diff)
Cleanup issues with the original fix for #779
Diffstat (limited to 'modules/tag/js')
-rw-r--r--modules/tag/js/tag.js2
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>");
}