Jaap Marcus 5 лет назад
Родитель
Сommit
35df918762
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      web/js/init.js

+ 0 - 4
web/js/init.js

@@ -129,10 +129,6 @@ $(document).ready(function(){
                   return $(a).attr(VE.tmp.sort_par) <= $(b).attr(VE.tmp.sort_par) ? VE.tmp.sort_direction : VE.tmp.sort_direction * -1;
                 }).appendTo(".l-center.units");
               });
-              if(document.getElementById('default-sort')){
-                  document.getElementById('default-sort').click();
-                  $('.context-menu.sort-order').toggle();
-              };
               
               $('#objects').submit( function (e){
                  if(!e.originalEvent){