diff --git a/app/views/layouts/base_org2.html.erb b/app/views/layouts/base_org2.html.erb index 42b26c0b9..c560b35fb 100644 --- a/app/views/layouts/base_org2.html.erb +++ b/app/views/layouts/base_org2.html.erb @@ -181,7 +181,7 @@
  • 关于我们
  • 服务协议
  • 帮助中心
  • - +
    联系人:魏小姐 | 电 话:0731-84761282 | 传 真:0731-84761268 | 邮 箱:office@gnssopenlab.org
    地 址:湖南省长沙市开福区东风路89号观园大厦23层
    diff --git a/public/javascripts/application.js b/public/javascripts/application.js index 303fc3ac9..96dd99ed2 100644 --- a/public/javascripts/application.js +++ b/public/javascripts/application.js @@ -1358,10 +1358,10 @@ function autoUrl(id){ var reStr = full; if (full.length > 0){ if (full.indexOf("://") >= 0){ - reStr = ""+full+""; + reStr = ""+full+""; } else{ - reStr = ""+full+""; + reStr = ""+full+""; } } return reStr ; @@ -1377,10 +1377,10 @@ function autoUrl(id){ var reStr = full; if (full.length > 0){ if (full.indexOf("://") >= 0){ - reStr = ""+full+""; + reStr = ""+full+""; } else{ - reStr = ""+full+""; + reStr = ""+full+""; } } return reStr ;