잉여개발기 1 rok temu
rodzic
commit
0cbcfc1f96
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      route/list_history.py

+ 1 - 1
route/list_history.py

@@ -26,7 +26,7 @@ async def list_history(tool = 'history', num = 1, set_type = 'normal', doc_name
 
                 title = doc_name
                 sub = '(' + get_lang(conn, 'history') + ') (' + get_lang(conn, set_type) + ')'
-                menu = [['other', get_lang(conn, 'return')], ['history_add/' + url_pas(doc_name), get_lang(conn, 'history_add')], ['history_reset/' + url_pas(doc_name), get_lang(conn, 'history_reset')]]
+                menu = [['w/' + url_pas(doc_name), get_lang(conn, 'return')], ['history_add/' + url_pas(doc_name), get_lang(conn, 'history_add')], ['history_reset/' + url_pas(doc_name), get_lang(conn, 'history_reset')]]
             else:
                 data = await api_list_recent_change(num, set_type, 50, '')