diff --git a/plugins/dynamix.plugin.manager/Update.page b/plugins/dynamix.plugin.manager/Update.page index abc2cc1c5..eb5b33978 100644 --- a/plugins/dynamix.plugin.manager/Update.page +++ b/plugins/dynamix.plugin.manager/Update.page @@ -89,6 +89,7 @@ function loadlist(id,check) { case 'return' : updateInfo(data); break; case 'install': list.find(tr).remove(); list.append(warning(data)); break; } + $('#change_branch').prop('disabled',true); } else { updateInfo(data);