Explorar el Código

사소한 수정 추가

잉여개발기 (SPDV) hace 5 años
padre
commit
b495a352cc
Se han modificado 2 ficheros con 2 adiciones y 3 borrados
  1. 1 1
      route/tool/func.py
  2. 1 2
      views/main_css/js/load_namumark.js

+ 1 - 1
route/tool/func.py

@@ -540,7 +540,7 @@ def next_fix(link, num, page, end = 50):
 
 def other2(data):
     global req_list
-    main_css_ver = '54'
+    main_css_ver = '55'
     data += ['' for _ in range(0, 3 - len(data))]
 
     if req_list == '':

+ 1 - 2
views/main_css/js/load_namumark.js

@@ -95,8 +95,7 @@ function get_file_state(data, i = 0) {
                                     'onclick="load_image_link(this); this.onclick = \'\';" ' + 
                                     'under_style="' + get_class.getAttribute('under_style') + '" ' +
                                     'under_alt="' + get_class.getAttribute('under_alt') + '" ' +
-                                    'under_src="' + get_class.getAttribute('under_src') + '" ' +
-                                    'title="' + get_class.getAttribute('under_src') + '">' + 
+                                    'under_src="' + get_class.getAttribute('under_src') + '">' + 
                                     '(' + get_class.getAttribute('under_alt') + ' load)' +
                                 '</a>' +
                             '';