From a58a275e1997b1bf0e9e385813c9cbfa9a5856fd Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 27 Oct 2015 10:13:14 +0100 Subject: [PATCH] Dev Fixed erroneous commit. --- application/controllers/admin/questions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/admin/questions.php b/application/controllers/admin/questions.php index cad5947d68f..8acc805f161 100644 --- a/application/controllers/admin/questions.php +++ b/application/controllers/admin/questions.php @@ -1331,7 +1331,7 @@ public function ajaxValidate($surveyid,$qid=false){ */ protected function _renderWrappedTemplate($sAction = 'survey/Question', $aViewUrls = array(), $aData = array()) { - App()->getClientScript()->registerPackage('jquery-cd Pro superfish'); + App()->getClientScript()->registerPackage('jquery-superfish'); App()->getClientScript()->registerPackage('jquery-msdropdown'); parent::_renderWrappedTemplate($sAction, $aViewUrls, $aData); }