From a423e82de2b857f82d6b8550b828344f3decd8d5 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 13 Apr 2016 17:08:11 +0000 Subject: [PATCH] Fix home js was not properly initialized, hopefully fixing portals could not be resized. --- home/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/js/app.js b/home/js/app.js index fe74c01728..4e20a8b6f7 100644 --- a/home/js/app.js +++ b/home/js/app.js @@ -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); +}); /**