mirror of https://github.com/ColorlibHQ/AdminLTE
Remove `.nav-tabs-custom` references (#2832)
parent
cf2e1b85dc
commit
3f203af04b
|
@ -18,7 +18,7 @@ $(function () {
|
||||||
forcePlaceholderSize: true,
|
forcePlaceholderSize: true,
|
||||||
zIndex: 999999
|
zIndex: 999999
|
||||||
})
|
})
|
||||||
$('.connectedSortable .card-header, .connectedSortable .nav-tabs-custom').css('cursor', 'move')
|
$('.connectedSortable .card-header').css('cursor', 'move')
|
||||||
|
|
||||||
// jQuery UI sortable for the todo list
|
// jQuery UI sortable for the todo list
|
||||||
$('.todo-list').sortable({
|
$('.todo-list').sortable({
|
||||||
|
|
|
@ -1065,7 +1065,7 @@
|
||||||
<!-- /.tab-content -->
|
<!-- /.tab-content -->
|
||||||
</div><!-- /.card-body -->
|
</div><!-- /.card-body -->
|
||||||
</div>
|
</div>
|
||||||
<!-- /.nav-tabs-custom -->
|
<!-- /.card -->
|
||||||
</div>
|
</div>
|
||||||
<!-- /.col -->
|
<!-- /.col -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue