diff --git a/manage.html b/manage.html
index e215183..b320baa 100644
--- a/manage.html
+++ b/manage.html
@@ -48,6 +48,13 @@
Loading...
+
+
@@ -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();