View | Details | Raw Unified | Return to bug 26274 | Differences between
and this patch

Collapse All | Expand All

(-)debian/changelog (+6 lines)
 Lines 1-3    Link Here 
1
univention-management-console-frontend (1.0.302-1) unstable; urgency=low
2
3
  * ProgressInfo: added missing dojo.require('dijit.ProgressBar'); Bug #26273
4
5
 -- Alexander Kläser <klaeser@univention.de>  Thu, 01 Mar 2012 17:19:56 +0100
6
1
univention-management-console-frontend (1.0.301-1) unstable; urgency=low
7
univention-management-console-frontend (1.0.301-1) unstable; urgency=low
2
8
3
  * add ProgressInfo widget; Bug #26273
9
  * add ProgressInfo widget; Bug #26273
(-)umc/widgets/ProgressInfo.js (+1 lines)
 Lines 31-36    Link Here 
31
dojo.provide("umc.widgets.ProgressInfo");
31
dojo.provide("umc.widgets.ProgressInfo");
32
32
33
dojo.require("umc.widgets.ContainerWidget");
33
dojo.require("umc.widgets.ContainerWidget");
34
dojo.require("dijit.ProgressBar");
34
35
35
dojo.declare("umc.widgets.ProgressInfo", umc.widgets.ContainerWidget, {
36
dojo.declare("umc.widgets.ProgressInfo", umc.widgets.ContainerWidget, {
36
	// summary:
37
	// summary:

Return to bug 26274