Remove the "Retry" button when communication failure

This commit is contained in:
bergware
2017-06-22 16:12:13 +02:00
parent 290a043d2d
commit 5a6f2b209f

View File

@@ -28,13 +28,6 @@ if ($stale) foreach (glob("/tmp/plugins/*.{plg,txt}", GLOB_NOSORT+GLOB_BRACE) as
</style>
<script src="/webGui/javascript/jquery.filetree.js"></script>
<script>
function update_table() {
$('#plugin_list').html("<?=$empty?>");
$.get('/plugins/dynamix.plugin.manager/include/ShowPlugins.php',{},function(data) {
if (data) $('#plugin_list').html(data);
$('#plugin_table').trigger('update',true);
});
}
<?if ($display['resize']):?>
function resize(bind) {
var width = [];