Skip to content

Commit

Permalink
update main
Browse files Browse the repository at this point in the history
  • Loading branch information
soar3al3x committed Oct 23, 2024
1 parent dd5f791 commit 016a238
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ intro

/* ***************************************************************** */

// if (isMobile) {
if (isMobile) {

// $("html").addClass("mobile");
// $("html").removeClass("desktop");
$("html").addClass("mobile");
$("html").removeClass("desktop");

// $("#slap-button-1").on("click", function () {
// countClicks('Pepe');
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h1 class="logo"><img src="assets/images/layout/$cesar-logo.png" alt="" /></h1>
</footer>

<script type="text/javascript" src="./assets/js/jquery-3.4.1.min.js?ver=1.0.0"></script>
<!-- <script type="text/javascript" src="./assets/js/mobile-detect.js?ver=1.0.0"></script> -->
<script type="text/javascript" src="./assets/js/mobile-detect.js?ver=1.0.0"></script>
<script src='./assets/js/gsap/gsap.min.js?ver=1.0.0'></script>
<script src='./assets/js/gsap/TextPlugin.min.js?ver=1.0.0'></script>
<script src='./assets/js/gsap/SplitText.min.js?ver=1.0.0'></script>
Expand Down

0 comments on commit 016a238

Please sign in to comment.