Commit 5371693023d032abdb855b6726f2e9c5959a33f1

Authored by Karpikau Andrei
1 parent 2002677c

check sorting

... ... @@ -154,6 +154,7 @@ jQuery(document).ready(function(){
154 154 clearAjaxFileUpload($('#work_area .editor-content'));
155 155 ajaxFileUpload = initAjaxFileUpload($('#work_area .editor-content'));
156 156
  157 +/*
157 158 if($('.sortable-list').length > 0){
158 159 $('.sortable-list').each(function(){
159 160 var $wrapper = $(this);
... ... @@ -178,8 +179,7 @@ jQuery(document).ready(function(){
178 179 });
179 180 //$wrapper.disableSelection();
180 181 });
181   -
182   - }
  182 + }*/
183 183
184 184 };
185 185
... ...
1 1 module Kanjai
2   - VERSION = "0.0.119"
  2 + VERSION = "0.0.120"
3 3 end
... ...