Add: typing app list, activate/deactivate app
This commit is contained in:
@@ -3,6 +3,7 @@ $(document).ready(function() {
|
||||
$("#section_add_player").load("./../module/maestro_section_add_player.html");
|
||||
$("#search_player").load("./../module/maestro_section_search.html");
|
||||
$("#mouse_app_list").load("./../module/maestro_section_mouse_app.html");
|
||||
$("#typing_app_list").load("./../module/maestro_section_typing_app.html");
|
||||
|
||||
// loadPlayerList();
|
||||
});
|
||||
@@ -31,14 +32,6 @@ $(document).ready(function() {
|
||||
</div>
|
||||
|
||||
<div id="typing_app_list" class="hide">
|
||||
<form action="/action_page.php" method="get" id="app_typing">
|
||||
<input type="checkbox" name="typing">기본 자리<br/>
|
||||
<input type="checkbox" name="typing">왼손 윗글쇠<br/>
|
||||
<input type="checkbox" name="typing">basic<br/>
|
||||
<input type="checkbox" name="typing">left upper<br/>
|
||||
<button type="submit" form="app_typing">적용</button>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user