Open the Config Option tab by default

This commit is contained in:
Kyle Johnson 2013-09-17 12:48:38 -04:00
parent f7b7a49616
commit f716fbb237
1 changed files with 2 additions and 0 deletions

View File

@ -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 //