mirror of https://github.com/Aidaho12/haproxy-wi
parent
a24e047e91
commit
d34b0c6209
|
@ -436,10 +436,10 @@ $( function() {
|
||||||
theme:"minimal-dark",
|
theme:"minimal-dark",
|
||||||
scrollInertia:30
|
scrollInertia:30
|
||||||
});
|
});
|
||||||
$(".top-link").mCustomScrollbar({
|
/*$(".top-link").mCustomScrollbar({
|
||||||
theme:"minimal-dark",
|
theme:"minimal-dark",
|
||||||
scrollInertia:30
|
scrollInertia:30
|
||||||
});
|
}); */
|
||||||
$(".diff").mCustomScrollbar({
|
$(".diff").mCustomScrollbar({
|
||||||
theme:"minimal-dark",
|
theme:"minimal-dark",
|
||||||
scrollInertia:30
|
scrollInertia:30
|
||||||
|
@ -450,7 +450,7 @@ $( function() {
|
||||||
} );
|
} );
|
||||||
$( "select" ).selectmenu();
|
$( "select" ).selectmenu();
|
||||||
|
|
||||||
var tooltips = $( "[title]" ).tooltip();
|
//var tooltips = $( "[title]" ).tooltip();
|
||||||
$( "input[type=submit], button" ).button();
|
$( "input[type=submit], button" ).button();
|
||||||
$( "input[type=checkbox]" ).checkboxradio();
|
$( "input[type=checkbox]" ).checkboxradio();
|
||||||
$( ".controlgroup" ).controlgroup();
|
$( ".controlgroup" ).controlgroup();
|
||||||
|
@ -1333,18 +1333,7 @@ $( function() {
|
||||||
type: "GET",
|
type: "GET",
|
||||||
success: function( data ) {
|
success: function( data ) {
|
||||||
if (data.indexOf('ok') != '-1') {
|
if (data.indexOf('ok') != '-1') {
|
||||||
$( "#dialog-confirm" ).dialog({
|
|
||||||
resizable: false,
|
|
||||||
height: "auto",
|
|
||||||
width: 400,
|
|
||||||
modal: true,
|
|
||||||
title: "Support the project!",
|
|
||||||
buttons: {
|
|
||||||
"Ok": function() {
|
|
||||||
window.location.replace(ref);
|
window.location.replace(ref);
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
} else {
|
} else {
|
||||||
$('.alert-danger').remove();
|
$('.alert-danger').remove();
|
||||||
$("#ajax").html(data);
|
$("#ajax").html(data);
|
||||||
|
|
Loading…
Reference in New Issue