From 0dec9b26d9064a934136388621c3faeeb2d09414 Mon Sep 17 00:00:00 2001 From: Ian Denhardt Date: Tue, 24 May 2011 17:05:38 -0400 Subject: [PATCH] Fixed display issues with video plugin. --- plugins/GNUsocialVideo/videoform.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/GNUsocialVideo/videoform.php b/plugins/GNUsocialVideo/videoform.php index 439720ea2f..72ca0b427d 100644 --- a/plugins/GNUsocialVideo/videoform.php +++ b/plugins/GNUsocialVideo/videoform.php @@ -41,6 +41,11 @@ class VideoForm extends Form return common_local_url('postvideo'); } + function formClass() + { + return 'form_settings ajax-notice'; + } + function formData() { $this->out->elementStart('fieldset', array('id' => 'new_video_data'));