Explorar o código

Merge pull request #912 from bhikkhu-kosalla-china/laravel

注释书展开的译文中的气泡无法出现 #862 展示PR✋
Bhikkhu China Kosalla %!s(int64=3) %!d(string=hai) anos
pai
achega
f68b5b52e3
Modificáronse 2 ficheiros con 4 adicións e 3 borrados
  1. 3 3
      public/app/term/note.js
  2. 1 0
      public/app/term/term.css

+ 3 - 3
public/app/term/note.js

@@ -1259,6 +1259,9 @@ function render_one_sent_tran_a(iterator, diff = false) {
 		html += "</span>";
 	}
 
+	html += "</div>"; //end of info
+
+	html += "</div>"; //end of foot bar
 	html += '<ul class="tag_list">';
 	if (iterator.pr_all && parseInt(iterator.pr_all) > 0) {
 		html +=
@@ -1273,9 +1276,6 @@ function render_one_sent_tran_a(iterator, diff = false) {
 			"</span></li>";
 	}
 	html += "</ul>";
-	html += "</div>"; //end of info
-
-	html += "</div>"; //end of foot bar
 
 	html += "</div>";
 	html += "</div>";

+ 1 - 0
public/app/term/term.css

@@ -791,6 +791,7 @@ pw {
 .compact .foot_bar {
 	display: none;
 }
+
 .edit_mode {
 	background-color: #fafafa;
 }