Add: block_copy_paste_shortcut
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('#client_refresh').load("./../module/client_refresh.html");
|
||||
$('#block_copy_paste_shortcut').load("./../module/block_copy_paste_shortcut.html");
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -114,5 +115,6 @@
|
||||
<body>
|
||||
<div id="Typing Test" style="text-align:center;"></div>
|
||||
<div id="client_refresh"></div>
|
||||
<div id="block_copy_paste_shortcut"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user