pull/161/head
Pavel Loginov 2019-10-09 09:49:18 +03:00
parent b53062c647
commit 3b1a672ca2
1 changed files with 9 additions and 13 deletions

View File

@ -443,10 +443,6 @@ $( function() {
source: "sql.py?getsavedserver="+$('#group').val()+'&token='+$('#token').val(),
autoFocus: true,
minLength: 1,
focus: function( event, ui ) {
$(this).val( ui.item.value );
return false;
},
select: function( event, ui ) {
$(this).append(ui.item.value + " ");
$(this).next().focus();
@ -673,15 +669,6 @@ $( function() {
// });
// $( "#tabs" ).tabs( "option", "active", 1 );
// } );
// $( "#add3" ).on( "click", function() {
// $('.menu li ul li').each(function () {
// $(this).find('a').css('padding-left', '20px')
// $(this).find('a').css('border-left', '0px solid #5D9CEB');
// $(this).children("#add3").css('padding-left', '30px');
// $(this).children("#add3").css('border-left', '4px solid #5D9CEB');
// });
// $( "#tabs" ).tabs( "option", "active", 2 );
// } );
$( "#add4" ).on( "click", function() {
$('.menu li ul li').each(function () {
$(this).find('a').css('padding-left', '20px')
@ -700,6 +687,15 @@ $( function() {
});
$( "#tabs" ).tabs( "option", "active", 5 );
} );
$( "#add6" ).on( "click", function() {
$('.menu li ul li').each(function () {
$(this).find('a').css('padding-left', '20px')
$(this).find('a').css('border-left', '0px solid #5D9CEB');
$(this).children("#add6").css('padding-left', '30px');
$(this).children("#add6").css('border-left', '4px solid #5D9CEB');
});
$( "#tabs" ).tabs( "option", "active", 6 );
} );
}
$( "#path-cert-listen" ).autocomplete({