1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-20 07:31:53 +02:00

Fix main page slider and footer dysfunction

This commit is contained in:
Chaoyi Zha 2014-11-20 16:19:47 -05:00
parent 18b1afe004
commit afd4c43ce0

View File

@ -4,18 +4,16 @@ $(function() {
$('#options').hide();
var slid=0;
optionsbutton.click(function() {
/*var absfoot = $('#polrfooter').html();
var pfoot = '<p id="footer">&copy; Copyright 2014 Polr</p>';
//var absfoot = $('#polrfooter').html();
//var pfoot = '<p id="footer">&copy; Copyright 2014 Polr</p>';
if(slid==0) {
$("#options").slideDown();
slid = 1;
$("#polrfooter").html(pfoot);
}
else {
$("#options").slideUp();
slid=0;
$("#polrfooter").html(absfoot)
}*/
}
});
$('#checkavail').click(function() {
var customlink = $('#custom').val();