Author: ornicar2
Date: 2010-01-19 14:12:37 +0100 (Tue, 19 Jan 2010)
New Revision: 26876
Modified:
plugins/dmFlowPlayerPlugin/web/js/widget/view.js
Log:
[Diem][dmFlowPlayerPlugin]
- fixed player loading during widget edition
Modified: plugins/dmFlowPlayerPlugin/web/js/widget/view.js
===================================================================
--- plugins/dmFlowPlayerPlugin/web/js/widget/view.js 2010-01-19 13:01:58 UTC
(rev 26875)
+++ plugins/dmFlowPlayerPlugin/web/js/widget/view.js 2010-01-19 13:12:37 UTC
(rev 26876)
@@ -6,6 +6,11 @@
{
var $player = $(this).find('div.dm_flow_player');
+ if(!$player.length)
+ {
+ return;
+ }
+
var id = 'dm_widget_content_flow_player_' + (idCount++), options =
$player.metadata();
$player.attr('id', id);
@@ -35,4 +40,4 @@
}
});
-})(jQuery);
+})(jQuery);
\ No newline at end of file
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.