global: polish context menu
This commit is contained in:
parent
8f4b04a1fd
commit
08db095418
2 changed files with 12 additions and 2 deletions
|
|
@ -5,7 +5,9 @@
|
|||
const menu = document.createElement('div');
|
||||
menu.className = 'context-menu';
|
||||
menu.innerHTML = `
|
||||
<helo>
|
||||
<img src="/static/assets/gifs/helo.gif"/>
|
||||
</helo>
|
||||
`;
|
||||
menu.style.display = 'none';
|
||||
document.body.appendChild(menu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue