Fix: search -> search_player
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
});
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<div id="mouse_app_content">
|
||||
|
||||
<input type="checkbox" id="checkbox1" checked="checked" />
|
||||
<label for="checkbox1">Option 1</label>
|
||||
|
||||
<input type="checkbox" id="checkbox2" />
|
||||
<label for="checkbox2">Option 2</label>
|
||||
|
||||
<input type="checkbox" id="checkbox3" />
|
||||
<label for="checkbox3">Option 3</label>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user