Habbo Hotel Client issue!

rmac

New Member
May 20, 2017
12
4
Hello, does anyone know how to fix this client issue that occurs on F12? Issue:
Uncaught ReferenceError: $ is not defined
at client:214


Also need a Developer for habfunk.pw !:p
 

Laynester

a bad bitch
Nov 7, 2018
304
422
$ is jquery, add this line to your client.php


HTML:
<script
  src="https://code.jquery.com/jquery-3.4.1.min.js"
  integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
  crossorigin="anonymous"></script>
 

rmac

New Member
May 20, 2017
12
4
$ is jquery, add this line to your client.php


HTML:
<script
  src="https://code.jquery.com/jquery-3.4.1.min.js"
  integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
  crossorigin="anonymous"></script>

Thank you, I have added what you suggested, and it works, just needed to fix the swf's that got trashed :) !
 
Last edited:

Users who are viewing this thread

Top