Description:
remove debug alert...
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r473:0803f3082e05 - - 1 file changed: 0 inserted, 1 deleted

@@ -6,13 +6,12
6 6 $("#mem_remark").hover( function() {
7 7 $("#mem_remark_box").show();
8 8 }, function() {
9 9 $("#mem_remark_box").hide();
10 10 });
11 11 });
12 - alert("hahaha");
13 12 :css
14 13 .hof_user { color: orangered; font-style: italic; }
15 14 .hof_language { color: green; font-style: italic; }
16 15 .hof_value { color: deeppink;font-style: italic; }
17 16 .info_param { font-weight: bold;text-align: right; }
18 17 .tooltip {
You need to be logged in to leave comments. Login now