متشکرم از جوابتون
درست وقتی همه فایل های جاوااسکریپ را پاک میکنم درست کار میکنه
اما من برای تم اونها را لازم دارم و نمیتونم پاکشون کنم
من فایل های را به صورت زیر تعریف کردم ولی باز هم خطا میده
$cs = Yii::app()->getClientScript();
$cs->registerCoreScript(‘jquery’);
$cs->registerScriptFile($baseUrl.’/js/bootstrap.min.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/plugins/jquery-ui/jquery-ui.custom.min.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/plugins/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/js/caroufredsel.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/plugins/breakpoints/breakpoints.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/plugins/dataTables/jquery.dataTables.min.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/plugins/prettyPhoto-plugin/js/jquery.prettyPhoto.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/plugins/mCustomScrollbar/jquery.mCustomScrollbar.concat.min.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/plugins/tagsInput/jquery.tagsinput.min.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/plugins/bootstrap-switch/bootstrap-switch.min.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/plugins/blockUI/jquery.blockUI.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/plugins/pnotify/js/jquery.pnotify.min.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/js/jquery.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/js/theme.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/custom/custom.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/plugins/isotope/isotope.pkgd.min.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/js/modernizr.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/js/mobile-detect.min.js’,CClientScript::POS_END);
$cs->registerScriptFile($baseUrl.’/js/mobile-detect-modernizr.js’,CClientScript::POS_END);