Skip to content

Commit

Permalink
Fixed issue #12965: Organize question groups/questions not working wi…
Browse files Browse the repository at this point in the history
…thout reloading the page
  • Loading branch information
lacrioque committed Nov 29, 2017
1 parent 089da20 commit 903a146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions application/config/third_party.php
Expand Up @@ -264,6 +264,7 @@
// jQuery NestedSortable
'jquery-nestedSortable' => array(
'basePath' => 'third_party.jquery-nestedSortable',
'position' => CClientScript::POS_BEGIN,
'js' => array(
'jquery.mjs.nestedSortable.js'
),
Expand Down
@@ -1,6 +1,6 @@
<?php
App()->getClientScript()->registerPackage('jquery-nestedSortable');
App()->getClientScript()->registerScriptFile( App()->getConfig('adminscripts') . 'organize.js');
App()->getClientScript()->registerScriptFile( App()->getConfig('adminscripts') . 'organize.js', LSYii_ClientScript::POS_BEGIN);
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('publicstyleurl') . 'organize.css');
?>

Expand Down

0 comments on commit 903a146

Please sign in to comment.