8 lines
206 B
HTML
8 lines
206 B
HTML
<template name="removableBackdrop">
|
|
<div class="removableBackdrop noselect"
|
|
oncontextmenu='return false;'
|
|
unselectable='on'
|
|
onselectstart='return false;'>
|
|
</div>
|
|
</template>
|