changeset 41:96b0c9ac3b28

Bigger width to fit DailyMotion videos
author Franck Deroche <franck@defr.org>
date Thu, 15 Oct 2009 11:42:48 +0200
parents af4b3c09cc10
children eb7c103b54cb
files js/dnd-library.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/js/dnd-library.js	Fri Sep 18 15:18:09 2009 +0200
+++ b/js/dnd-library.js	Thu Oct 15 11:42:48 2009 +0200
@@ -40,7 +40,7 @@
     var settings = Drupal.settings.dndEnabledLibraries[$editor.get(0).id] = $.extend({
       'btSettings' : {
         'trigger': ['click'],
-        'width': 375,
+        'width': 480,
         'spikeLength': 7,
         'spikeGirth': 9,
         'corner-radius' : 3,