[minor] reset dashboard on refresh

This commit is contained in:
Rushabh Mehta 2015-08-21 11:09:01 +05:30
parent 127134e700
commit e30ab8d2bb

View file

@ -317,6 +317,8 @@ _f.Frm.prototype.refresh_header = function(is_a_different_doc) {
this.toolbar.refresh();
}
this.dashboard.reset();
this.clear_custom_buttons();
this.show_web_link();