설치된 모듈 목록에서 모듈 순서가 뒤죽박죽이 되는 문제 수정

This commit is contained in:
Kijin Sung 2018-09-06 15:42:27 +09:00
parent f25a731cee
commit 54b4c3a99f

View file

@ -57,9 +57,3 @@
</tr>
</tbody>
</table>
<script>
jQuery(function($){
$('.dsTg>tbody>tr[data-type1]').prependTo('tbody');
$('.dsTg>tbody>tr[data-type2]').prependTo('tbody');
});
</script>