Open the Config Option tab by default
This commit is contained in:
parent
f7b7a49616
commit
f716fbb237
|
@ -145,6 +145,8 @@ $(document).ready(function() {
|
|||
$(this).tab('show')
|
||||
})
|
||||
|
||||
$("div#config.tab-pane").addClass('active');
|
||||
|
||||
$(document).tooltip({ track:true });
|
||||
$('#tabs .row:even').addClass('highlight');
|
||||
// Config //
|
||||
|
|
Loading…
Reference in New Issue