Update site.html

pull/799/head
dami 4 weeks ago
parent f8c2580773
commit b3708abcb6
  1. 2
      web/templates/default/site.html

@ -79,7 +79,7 @@ setTimeout(function(){
function initPage(){ function initPage(){
var order = getCookie('order'); var order = getCookie('order');
if (order != ''){ if (order){
var sort = order.split(' '); var sort = order.split(' ');
if (sort[0] == 'name'){ if (sort[0] == 'name'){
if (sort[1] == 'desc'){ if (sort[1] == 'desc'){

Loading…
Cancel
Save