From: vincent@cubedesigners.com Date: Tue, 19 Jul 2016 11:53:13 +0000 (+0000) Subject: #554 @0.1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0447a5cb78f554f85341e70fa714f25aa0fe3dfe;p=fluidbook-v3.git #554 @0.1 --- diff --git a/framework/application/views/helpers/LinkQuote.php b/framework/application/views/helpers/LinkQuote.php index 6c7bee6..08fb270 100644 --- a/framework/application/views/helpers/LinkQuote.php +++ b/framework/application/views/helpers/LinkQuote.php @@ -5,6 +5,7 @@ class Fluidbook_View_Helper_LinkQuote extends CubeIT_View_Helper_Abstract { * @return string */ public function linkQuote($label) { + $this->headScript()->addScriptAndStyle('005-fancyselect'); $this->headScript()->addScriptAndStyle('315-quote'); return $this->linkPopup($label, '/ajaxpopup/quoteForm', array('class' => 'quoteLink')); }