[pve-devel] [PATCH] bump to 0.5.1 master branch
    Dietmar Maurer 
    dietmar at proxmox.com
       
    Thu Jun 25 08:25:57 CEST 2015
    
    
  
> > That does not work for me, because I get an runtime error inside pveui.js:
> > 
> >        getSetting: function(name) {
> >             var ctrl = $D('noVNC_' + name);
> >             var val = WebUtil.readSetting(name);
> >             if (typeof val !== 'undefined' && val !== null && ctrl.type ===
> > 'checkbox') {
> > 
> > seems 'ctrl' is null?
> 
> OH, just saw that it work when I use master branch.
> 
> I only get that error when I use the stable-3 branch - any idea why?
After more testing, I also get the same error on master branch??
    
    
More information about the pve-devel
mailing list