Compare commits
2 Commits
4d4ee7d937
...
a4d7590f0d
Author | SHA1 | Date |
---|---|---|
xcw | a4d7590f0d | |
xcw | 9ca51255a2 |
|
@ -39,4 +39,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="foot-statistics-code" style="display: none;">{$system['statistics']??''}</div>
|
<div class="foot-statistics-code" style="display: none;">{$system['statistics']??''}</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
$(function() {
|
||||||
|
// 添加一个事件监听器到整个文档上
|
||||||
|
document.addEventListener('contextmenu', function(event) {
|
||||||
|
// 阻止默认的上下文菜单出现
|
||||||
|
event.preventDefault();
|
||||||
|
});
|
||||||
|
})
|
||||||
|
</script>
|
Loading…
Reference in New Issue