Committer: pkornilov
LJSUP-6761: Conversation starter pulls through poll of the day in IE instead of answer screen.U trunk/htdocs/js/widgets/potd.js
Modified: trunk/htdocs/js/widgets/potd.js =================================================================== --- trunk/htdocs/js/widgets/potd.js 2010-09-10 08:31:28 UTC (rev 17345) +++ trunk/htdocs/js/widgets/potd.js 2010-09-10 08:44:55 UTC (rev 17346) @@ -56,7 +56,7 @@ PotD.init(); jQuery(document).ready(function() { - jQuery('div.appwidget-polloftheday').find('form').live("submit",function(){ + jQuery('div.appwidget-polloftheday form').live('submit', function(){ var form = jQuery(this); jQuery('<i class="potd-preloader" />').appendTo('div.appwidget-polloftheday').height(jQuery('div.appwidget-polloftheday').height()); var timer_reached = false,