oncontextmenu, ondragstart 금지 코드 수정. 우클릭 가능하도록.

This commit is contained in:
2018-01-29 22:08:15 +09:00
parent a4ecf23dd0
commit d2abd6daf2
56 changed files with 115 additions and 69 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ $scenario = getScenario();
<?php require('analytics.php'); ?>
</head>
<body oncontextmenu='return false'>
<body>
<div style="position:absolute; top:15px; left:50%; margin-left: -567px; width: 52px; height: 52px; border: 1px solid white;">심의</div>
<?php $banner_id = $_SESSION['p_id']; ?>