tried to fix js slide with if, should b working but doesnt

This commit is contained in:
Nael 2013-07-04 20:13:30 +02:00
parent 48cb0b1f0e
commit 6eccf1714e
2 changed files with 6 additions and 1 deletions

View File

@ -17,7 +17,12 @@ $(document).ready(function() {
});
$('.btn_openvoteinfo').click(function () {
if($("#openvoteinfo").not(":visible")){
load_openvoteinfo($(this).attr('poll_ID'));
}
else{
exit;
}
});
// $('#register_btn').click(function () {
// account_create ($(this).attr ('#inputEmail'))

View File

@ -1,3 +1,3 @@
<div class="container" style="margin: 0;">
<div class="span5" style="margin: 0;">
<p>${text}</p>
</div>