tried to fix js slide with if, should b working but doesnt
This commit is contained in:
parent
48cb0b1f0e
commit
6eccf1714e
@ -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'))
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
<div class="container" style="margin: 0;">
|
||||
<div class="span5" style="margin: 0;">
|
||||
<p>${text}</p>
|
||||
</div>
|
||||
Loading…
x
Reference in New Issue
Block a user