[eGroupWare-svn] r55766 - /trunk/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php

[email protected]
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: nathangray
Date: Mon Apr 18 21:53:22 2016
New Revision: 55766

URL: http://svn.stylite.de/viewvc/egroupware?rev=55766&view=rev
Log:
Avoid fatal error about missing js->set_onload()

Modified:
    trunk/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php

Modified: trunk/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php?rev=55766&r1=55765&r2=55766&view=diff
==============================================================================
--- trunk/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php (original)
+++ trunk/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php Mon Apr 18 21:53:22 2016
@@ -338,7 +338,7 @@
 			}
 			$preserv = $content;
 			$sel_options['field'] = array('--NONE--' => lang('none')) + $this->mapping_fields;
-			$GLOBALS['egw']->js->set_onload('$j("option[value=\'--NONE--\']:selected").closest("tr").animate({backgroundColor: "#ffff99"}, 1000);');
+			
 			unset ($preserv['button']);
 			return $this->step_templates[$content['step']];
 		}


------------------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.