Author: jablko
Date: Wed Dec 2 18:01:44 2009
New Revision: 4040
Log:
Cosmetic change
Modified:
trunk/apps/qubit/modules/digitalobject/actions/showAudioComponent.class.php
trunk/apps/qubit/modules/digitalobject/actions/showVideoComponent.class.php
Modified:
trunk/apps/qubit/modules/digitalobject/actions/showAudioComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/actions/showAudioComponent.class.php
Wed Dec 2 17:37:30 2009 (r4039)
+++ trunk/apps/qubit/modules/digitalobject/actions/showAudioComponent.class.php
Wed Dec 2 18:01:44 2009 (r4040)
@@ -35,7 +35,7 @@
*/
public function execute($request)
{
-
$this->getResponse()->addJavaScript('/vendor/flowplayer/example/flowplayer-3.1.4.min.js');
+
$this->getResponse()->addJavaScript('/vendor/flowplayer/example/flowplayer-3.1.4.min');
$this->getResponse()->addJavaScript('flowplayer');
}
}
Modified:
trunk/apps/qubit/modules/digitalobject/actions/showVideoComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/actions/showVideoComponent.class.php
Wed Dec 2 17:37:30 2009 (r4039)
+++ trunk/apps/qubit/modules/digitalobject/actions/showVideoComponent.class.php
Wed Dec 2 18:01:44 2009 (r4040)
@@ -47,7 +47,7 @@
// Set up display of video in flowplayer
if ($this->representation)
{
-
$this->getResponse()->addJavaScript('/vendor/flowplayer/example/flowplayer-3.1.4.min.js');
+
$this->getResponse()->addJavaScript('/vendor/flowplayer/example/flowplayer-3.1.4.min');
$this->getResponse()->addJavaScript('flowplayer');
// If this is a reference movie, get the thumbnail representation for the
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" 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/qubit-commits?hl=en.