diff options
| author | tim b <timb@camcompu.home> | 2010-07-17 00:07:09 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-07-17 00:07:09 -0700 |
| commit | 5d382f94814b4d4515932f4b517a566089a99855 (patch) | |
| tree | a7d4b0b716ce7f146b061d68ac5397b519a446d8 /static/js | |
| parent | c1fc8bcf052c2c7e9d912c4af0f3c33f345ac64d (diff) | |
search touchup
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/pichat.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index de078f6..ef34015 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -908,6 +908,8 @@ var Search = { }, 'close': function(){ Search.setContent("") + $('#search-control-previous').css("visibility", "hidden") + $('#search-control-next').css("visibility", "hidden") $("#search-results-images").css("display", "none") $("#search-controls").css("display", "none") } |
