Tuesday, November 1, 2011

jQuery history back(-1) equivalent

$(document).ready(function(){ 
    $('a.back').click(function(){ 
        parent.history.back(); 
        return false; 
    }); 
});

Proxmox installation display out of range

Reference:  https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/