Pinned Loading
- JavaScript Select
JavaScript Select 1constselects=document.getElementsByTagName('select');
23if(selects.length>0){
4selectsInit();
5} - JavaScript Notification
JavaScript Notification 1functiontoast({title ='', description ='', type =message, duration =5000}){
2constitem=document.querySelector('#toast');
3if(item){
4consttoast=document.createElement('div');
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.