diff --git a/app/static/ops.js b/app/static/ops.js index cc9d398..171e591 100644 --- a/app/static/ops.js +++ b/app/static/ops.js @@ -673,13 +673,13 @@ function project_list(p){ for(var i=0,len=h.length; i'); + htm.push('
  • '); } if(functype == "project_admin"){ - htm.push('
  • '); + htm.push('
  • '); } if(functype == "online_log"){ - htm.push('
  • '); + htm.push('
  • '); } htm.push('

    '+h[i]+'

    '); htm.push('
  • ');