From: Ian Denhardt Date: Tue, 24 May 2011 21:05:38 +0000 (-0400) Subject: Fixed display issues with video plugin. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0dec9b26d9064a934136388621c3faeeb2d09414;p=quix0rs-gnu-social.git Fixed display issues with video plugin. --- 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'));