From dd41be933e7016dcc11e5dbc70c9b5d40545ae47 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Sep 2024 14:58:15 +0200 Subject: [PATCH] update btn --- manage.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/manage.html b/manage.html index e215183..b320baa 100644 --- a/manage.html +++ b/manage.html @@ -48,6 +48,13 @@ System services
Loading...
+ +
+ Updates + +
@@ -236,6 +243,10 @@ jQuery(document).ready(function(){ jQuery('#default').toggle(); }); + jQuery('#update_btn').click(function() { + get_updates(); + }); + jQuery('#add_repo').submit(function() { jQuery('#repositories').html('Loading...'); add_repository();