We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4035bcf commit 35df918Copy full SHA for 35df918
web/js/init.js
@@ -129,10 +129,6 @@ $(document).ready(function(){
129
return $(a).attr(VE.tmp.sort_par) <= $(b).attr(VE.tmp.sort_par) ? VE.tmp.sort_direction : VE.tmp.sort_direction * -1;
130
}).appendTo(".l-center.units");
131
});
132
- if(document.getElementById('default-sort')){
133
- document.getElementById('default-sort').click();
134
- $('.context-menu.sort-order').toggle();
135
- };
136
137
$('#objects').submit( function (e){
138
if(!e.originalEvent){
0 commit comments