Fix home js was not properly initialized, hopefully fixing portals could not be resized.

This commit is contained in:
Nathan Gray 2016-04-13 17:08:11 +00:00
parent e20d5a2a1d
commit a423e82de2

View File

@ -777,7 +777,7 @@ app.classes.home = (function(){ "use strict"; return AppJS.extend(
this.egw.set_preference('common', 'egw_tutorial_noautoload', widget.get_value());
}
}
});
})}).call(this);
/// Base class code
@ -922,7 +922,7 @@ app.classes.home.home_favorite_portlet = app.classes.home.home_portlet.extend({
this.portlet.getWidgetById('nm').refresh(_id,_type);
}
}
});}).call(this);
});
/**