Bugs fixed
This commit is contained in:
Aidaho12
2018-04-17 09:46:57 +06:00
parent 47dfa23d21
commit 278bf1a90b
9 changed files with 93 additions and 44 deletions

View File

@@ -108,7 +108,6 @@ function showStats() {
type: "GET",
success: function( data ) {
$("#ajax").html(data);
$.getScript(url);
window.history.pushState("Stats", "Stats", cur_url[0]+"?serv="+$("#serv").val());
}
} );
@@ -296,7 +295,7 @@ $( function() {
var cur_url = '/cgi-bin/' + location.split('/').pop();
cur_url = cur_url.split('?');
$('.menu ').each(function () {
$('.menu li').each(function () {
var link = $(this).find('a').attr('href');
if (cur_url[0] == link)