From aac1335506ec4abe3722d41ec89352d1a3ad07da Mon Sep 17 00:00:00 2001 From: Aidaho12 Date: Tue, 5 Jun 2018 15:18:54 +0600 Subject: [PATCH] v2.5.6 onselect change --- app/templates/logs.html | 6 ++++++ app/templates/viewstats.html | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/app/templates/logs.html b/app/templates/logs.html index bfb1ef3a..3ec25b8d 100644 --- a/app/templates/logs.html +++ b/app/templates/logs.html @@ -66,8 +66,14 @@ diff --git a/app/templates/viewstats.html b/app/templates/viewstats.html index 7d9ef388..af782d3f 100644 --- a/app/templates/viewstats.html +++ b/app/templates/viewstats.html @@ -42,7 +42,10 @@ }); return false; }); - } + } + $('#serv').on('selectmenuchange',function() { + showStats(); + }); {% endblock %} \ No newline at end of file