View | Details | Raw Unified | Return to bug 36645
Collapse All | Expand All

(-)a/ucs-4.0-0/management/univention-management-console-frontend/umc/widgets/GalleryPane.js (+1 lines)
 Lines 305-310   define([ Link Here 
305
				this._resizeDeferred.cancel();
305
				this._resizeDeferred.cancel();
306
			}
306
			}
307
			this._resizeDeferred = tools.defer(lang.hitch(this, '_resizeItemNames'), 200);
307
			this._resizeDeferred = tools.defer(lang.hitch(this, '_resizeItemNames'), 200);
308
			this._resizeDeferred.otherwise(function() { /* prevent logging of exception */ });
308
		},
309
		},
309
310
310
		isLeftToRight: function() {
311
		isLeftToRight: function() {
(-)a/ucs-4.0-0/management/univention-management-console-frontend/umc/widgets/Grid.js (+1 lines)
 Lines 345-350   define([ Link Here 
345
			this._resizeDeferred = tools.defer(lang.hitch(this, function() {
345
			this._resizeDeferred = tools.defer(lang.hitch(this, function() {
346
				this._grid.resize();
346
				this._grid.resize();
347
			}), 200);
347
			}), 200);
348
			this._resizeDeferred.otherwise(function() { /* prevent logging of exception */ });
348
		},
349
		},
349
350
350
		setColumnsAndActions: function(columns, actions) {
351
		setColumnsAndActions: function(columns, actions) {

Return to bug 36645