Skip to content

Commit

Permalink
Arrumado infor
Browse files Browse the repository at this point in the history
  • Loading branch information
kaway404 authored Dec 11, 2017
1 parent 11adfd5 commit 895462e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,15 @@ function animacaomenupos(){



<script>
$('#click76<?php echo $animel['id']; ?>').click(function(){
$("#infor").fadeIn(600);
$.post('/request.php?serie=<?php echo $animel['id']; ?>', function (html) {
$('#infor').html(html);
});
});
</script>




Expand Down

0 comments on commit 895462e

Please sign in to comment.