svn: /web/doc-editor/trunk/js/ui/component/ SystemUpdatePrompt.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 28 Mar 2010 20:03:00 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=297019
Log:
Remove updateData
Changed paths:
U web/doc-editor/trunk/js/ui/component/SystemUpdatePrompt.js
Modified: web/doc-editor/trunk/js/ui/component/SystemUpdatePrompt.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/SystemUpdatePrompt.js 2010-03-28 20:02:16 UTC (rev 297018)
+++ web/doc-editor/trunk/js/ui/component/SystemUpdatePrompt.js 2010-03-28 20:03:00 UTC (rev 297019)
@@ -37,9 +37,6 @@
// Disable the close button for this win
this.ownerCt.ownerCt.tools.close.setVisible(false);
- // Set 'in progress'
- Ext.getDom('Info-LastUpdateData').innerHTML = _('update in progress...');
-
new ui.task.SystemUpdateTask();
}
}]