|
2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago | |
dropdown-bug-fix.js | 2 years ago | |
dropdown-bug-fix.min.js | 2 years ago |
It makes the user options dropdown work in all pages!
Put it in the Footer Advert Area (Bottom advert).
The code will not run if you put it elsewhere. It may run in the left advert area, but it will break the sidebar.
Create a script tag with src
pointing to dropdown-bug-fix.js
.
In case you do not know how to do that or prefer to use a ready code, we have provided it below.
The RAW option on GitHub can return an incorrect Content-Type header which makes the code not load at all.
To solve this, we need an external service which adds the correct type, like jsDelivr, or our CDN.
The full code, using jsDelivr:
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/VistaPanel-Customizations@2.3.2/dropdown-bug-fix/dropdown-bug-fix.js" type="text/javascript"></script>
Alternatively, you can use our CDN:
<script src="https://vpc.cdn.wybenetwork.com/dropdown-bug-fix/dropdown-bug-fix.js" type="text/javascript"></script>