From 0447a5cb78f554f85341e70fa714f25aa0fe3dfe Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 19 Jul 2016 11:53:13 +0000 Subject: [PATCH] #554 @0.1 --- framework/application/views/helpers/LinkQuote.php | 1 + 1 file changed, 1 insertion(+) 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')); } -- 2.39.5