This commit is contained in:
r888888888
2017-10-09 14:45:23 -07:00
parent 12a815a53b
commit cbf9d03bbf
3 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@
$("#recent-pools li").click(function(e) {
e.preventDefault();
$("#pool_name").val($(this).html());
$("#pool_name").val($(this).attr("data-value"));
});
}