Showing
2 changed files
with
3 additions
and
3 deletions
| @@ -154,6 +154,7 @@ jQuery(document).ready(function(){ | @@ -154,6 +154,7 @@ jQuery(document).ready(function(){ | ||
| 154 | clearAjaxFileUpload($('#work_area .editor-content')); | 154 | clearAjaxFileUpload($('#work_area .editor-content')); |
| 155 | ajaxFileUpload = initAjaxFileUpload($('#work_area .editor-content')); | 155 | ajaxFileUpload = initAjaxFileUpload($('#work_area .editor-content')); |
| 156 | 156 | ||
| 157 | +/* | ||
| 157 | if($('.sortable-list').length > 0){ | 158 | if($('.sortable-list').length > 0){ |
| 158 | $('.sortable-list').each(function(){ | 159 | $('.sortable-list').each(function(){ |
| 159 | var $wrapper = $(this); | 160 | var $wrapper = $(this); |
| @@ -178,8 +179,7 @@ jQuery(document).ready(function(){ | @@ -178,8 +179,7 @@ jQuery(document).ready(function(){ | ||
| 178 | }); | 179 | }); |
| 179 | //$wrapper.disableSelection(); | 180 | //$wrapper.disableSelection(); |
| 180 | }); | 181 | }); |
| 181 | - | ||
| 182 | - } | 182 | + }*/ |
| 183 | 183 | ||
| 184 | }; | 184 | }; |
| 185 | 185 |