whoops, syntax error

pull/1/head
Andromeda Yelton 2011-12-13 14:49:13 -05:00
parent ddceff17c4
commit 407472b041
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ $j(document).ready(function() {
}
// special case for search box which is repeated on empty search results page
if (!$j('#watermarkempty').val()) {
$j('#watermarkempty').css({"background": "white url('/static/images/google_watermark.gif') no-repeat "+pos+"px center"});
$j('#watermarkempty').css({"background": "white url('/static/images/google_watermark.gif') no-repeat 15px center"});
}
});