Skip to content

Commit

Permalink
Mais rapido navegacao
Browse files Browse the repository at this point in the history
  • Loading branch information
kaway404 committed Dec 1, 2017
1 parent f0644fb commit 5e1cef1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@


<button class="closef" id="<?php echo $people['id']; ?>">X</button>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

<script>
$(document).ready(function() {
Expand Down Expand Up @@ -1383,7 +1382,7 @@ function animacaomenupos(){
<?php } ?>

<div class="video-a" id="scroll">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<?php
$animels2 = DBRead( 'series', "WHERE id ORDER BY id ASC LIMIT 40" );
if (!$animels2)
Expand All @@ -1397,7 +1396,7 @@ function animacaomenupos(){
</div>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>


<script>
$('#click<?php echo $animel['id']; ?>').click(function(){
Expand Down Expand Up @@ -1548,7 +1547,7 @@ function animacaomenupos(){
</div>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>


<script>
$('#click2<?php echo $animel['id']; ?>').click(function(){
Expand Down Expand Up @@ -1714,7 +1713,7 @@ function animacaomenupos(){
</div>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>


<script>
$('#click6<?php echo $animel['views'] ?><?php echo $animel['id']; ?>').click(function(){
Expand Down

0 comments on commit 5e1cef1

Please sign in to comment.