Author: ralfbecker
New Revision: 55142
URL: http://svn.stylite.de/viewvc/egroupware?rev=55142&view=rev
Log:
do not wrap progress widget in an a tag and install click handler, if there is no href
Modified:
trunk/etemplate/js/et2_widget_progress.js
— trunk/etemplate/js/et2_widget_progress.js (original)
+++ trunk/etemplate/js/et2_widget_progress.js Thu Feb 25 14:12:25 2016
@@ -120,17 +120,26 @@
}
this.options.href = _value;
-
var href = this.options.href;
-
var popup = this.options.extra_link_popup;
-
var target = this.options.extra_link_target;
-
jQuery(this.node).parent().click(function(e)
-
var href = this.options.href;
-
var popup = this.options.extra_link_popup;
-
var target = this.options.extra_link_target;
-
jQuery(this.node).parent().click(function(e)
-
{
-
egw.open_link(href,target,popup);
-
e.preventDefault();
-
return false;
-
});
-
}
-
else if (jQuery(this.node).parent('a').length)
{
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs