RainbowMage / OverlayPlugin

Other
133 stars 182 forks source link

Custom overlay issue #54

Open rossmt opened 7 years ago

rossmt commented 7 years ago

I have the overlay installed and working correctly. I got a custom HTML design from a youtube video from Xenosys. I get this Log error repeatedly:

5/17/2017 8:41:34 PM: Info: Mini Parse: BrowserConsole: Uncaught ReferenceError: $ is not defined (Source: file:///C:/Program%20Files%20(x86)/Advanced%20Combat%20Tracker/OverlayPlugin-0.3.3.9-x64-full/resources/miniparseGlowIconGraph%20-%20Custom%20High%20Hit.html, Line: 213)

the picture shows the referenced lines.

Can anyone help me figure out why this is happening? no jobs want to show up :/ image image

ezsoftware commented 7 years ago

the html design is missing a link to jquery, add this to the area between <head> and </head>

<script src="https://code.jquery.com/jquery-2.2.4.min.js" type="text/javascript" />