diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-17 16:51:48 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-17 16:51:48 -0700 |
commit | 33bb2d9177b5d00d1d124145151c082ff4edadc6 (patch) | |
tree | fbb095d3e1acb8a0f057613bd4f15b669f3d3642 /modules/tag/js | |
parent | 191ce0245d9f200f7d70bffc0499a2cece10487e (diff) | |
parent | 2e23ae98c43ae099a0b7b18f3c65fae21401aa43 (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.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>"); } |