[eGroupWare-svn] r55780 - /trunk/egroupware/api/js/etemplate/et2_widget_file.js
| Newsgroups | gmane.comp.web.egroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hnategh
Date: Wed Apr 20 13:38:07 2016
New Revision: 55780
URL: http://svn.stylite.de/viewvc/egroupware?rev=55780&view=rev
Log:
Fix upload a file via et2_file widget, keep all buttons in readonly mode even if the uploading process is finished
Modified:
trunk/egroupware/api/js/etemplate/et2_widget_file.js
Modified: trunk/egroupware/api/js/etemplate/et2_widget_file.js
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/api/js/etemplate/et2_widget_file.js?rev=55780&r1=55779&r2=55780&view=diff
==============================================================================
--- trunk/egroupware/api/js/etemplate/et2_widget_file.js (original)
+++ trunk/egroupware/api/js/etemplate/et2_widget_file.js Wed Apr 20 13:38:07 2016
@@ -448,7 +448,7 @@
* Re-enables submit buttons when done
*/
onFinish: function() {
- this.disabled_buttons.attr("disabled", false).css('cursor','pointer');
+ this.disabled_buttons.attr("disabled", false).css('cursor','pointer').removeClass('et2_button_ro');
var file_count = this.resumable.files.length;
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z