removing extraneous semicolon

pull/1/head
Andromeda Yelton 2012-05-15 19:31:17 -04:00
parent 6c3c1a8cd5
commit af0ef1648e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $j(document).ready(function(){
$j('#js-topsection').css({"opacity": "0.15"});
$j('#main-container').css({"opacity": "0.15"});
$j('#js-rightcol').css({"visibility":"hidden"});
$j('#expandable').css({"position": "absolute", "z-index": "100", "left":"50%", "margin-left": "-115px"}).fadeTo("slow", 1);;
$j('#expandable').css({"position": "absolute", "z-index": "100", "left":"50%", "margin-left": "-115px"}).fadeTo("slow", 1);
});
$j('#collapser').click(function(){
$j('#js-topsection').fadeTo("slow", 1);