Explorar o código

Merge pull request #881 from visuddhinanda/chanpter_progress

:bug: 栏目跳转路径错误 index1.php
visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
efa4538454
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      public/app/palicanon/palicanon.js

+ 3 - 3
public/app/palicanon/palicanon.js

@@ -1311,17 +1311,17 @@ function ReanderMainMenu(){
     if(_view=="community"){
     if(_view=="community"){
         html += "class='select'";
         html += "class='select'";
     }
     }
-    html +="><a href='index1.php?view=community'>社区</a></span>";
+    html +="><a href='index.php?view=community'>社区</a></span>";
     html += "<span ";
     html += "<span ";
     if(_view=="category"){
     if(_view=="category"){
         html += "class='select'";
         html += "class='select'";
     }
     }
-    html +="><a href='index1.php?view=category' >分类</a></span>";
+    html +="><a href='index.php?view=category' >分类</a></span>";
     html += "<span ";
     html += "<span ";
     if(_view=="my"){
     if(_view=="my"){
         html += "class='select'";
         html += "class='select'";
     }
     }
-    html +="><a href='index1.php?view=my' >我的</a></span>";
+    html +="><a href='index.php?view=my' >我的</a></span>";
     $("#main_menu").html(html);
     $("#main_menu").html(html);
 }
 }