Skip to content

Commit

Permalink
Fixed issue : Unable to open HTML editor in popup
Browse files Browse the repository at this point in the history
Dev: Don't know when exactly pop_nofields_view but call is done in /controllers/admin/htmleditor_pop
  • Loading branch information
Shnoulle committed Dec 9, 2015
1 parent 6d9c2c9 commit f1e0bc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion application/views/admin/htmleditor/pop_editor_view.php
Expand Up @@ -7,7 +7,6 @@
<?php
App()->getClientScript()->registerPackage('jqueryui');
App()->getClientScript()->registerPackage('jquery-superfish');
App()->getClientScript()->registerCoreScript('ckeditor');
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "jquery-ui/jquery-ui.css" );
?>
<!-- <script type="text/javascript" src="<?php echo Yii::app()->getConfig('generalscripts') . 'jquery/jquery.js'; ?>"></script> -->
Expand Down
1 change: 0 additions & 1 deletion application/views/admin/htmleditor/pop_nofields_view.php
Expand Up @@ -7,7 +7,6 @@
<?php
App()->getClientScript()->registerPackage('jqueryui');
App()->getClientScript()->registerPackage('jquery-superfish');
App()->getClientScript()->registerCoreScript('ckeditor');
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "jquery-ui/jquery-ui.css" );
?>
</head>
Expand Down

0 comments on commit f1e0bc9

Please sign in to comment.