TypeError when adding dashlets to home page

Hi All,
While adding dashlets on Home page I am getting erro in console(fire bug) like that,
TypeError: document.getElementById(...) is null

How do I fix that??????

Looking forward for reply.....

Thanks & Regards
Sumit Sahay


Parents
  • Hi All,
    I am not able to add dashlets on Home page, as in the browser one type error is coming as below,

    if((num_dashlets)>=SUGAR.mySugar.maxCount){alert(SUGAR.language.get('app_strings','LBL_MAX_DASHLETS_REACHED'));return;}
    ajaxStatus.showStatus(SUGAR.language.get('app_strings','LBL_LOADING'))

    Can anybody have any clue in this regard?????

    Thanks & Regards
    Sumit Sahay

Reply
  • Hi All,
    I am not able to add dashlets on Home page, as in the browser one type error is coming as below,

    if((num_dashlets)>=SUGAR.mySugar.maxCount){alert(SUGAR.language.get('app_strings','LBL_MAX_DASHLETS_REACHED'));return;}
    ajaxStatus.showStatus(SUGAR.language.get('app_strings','LBL_LOADING'))

    Can anybody have any clue in this regard?????

    Thanks & Regards
    Sumit Sahay

Children