summaryrefslogtreecommitdiff
path: root/modules/tag/js
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-17 16:51:48 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-17 16:51:48 -0700
commit33bb2d9177b5d00d1d124145151c082ff4edadc6 (patch)
treefbb095d3e1acb8a0f057613bd4f15b669f3d3642 /modules/tag/js
parent191ce0245d9f200f7d70bffc0499a2cece10487e (diff)
parent2e23ae98c43ae099a0b7b18f3c65fae21401aa43 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev
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>");
}