mirror of https://github.com/calzoneman/sync.git
Fix library clear results button being stupid
This commit is contained in:
parent
2769543d04
commit
08bc926df4
|
@ -794,6 +794,8 @@ Callbacks = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$("<button/>").addClass("btn btn-block")
|
$("<button/>").addClass("btn btn-block")
|
||||||
|
.addClass("span12")
|
||||||
|
.css("margin-left", "0")
|
||||||
.attr("id", "search_clear")
|
.attr("id", "search_clear")
|
||||||
.text("Clear Results")
|
.text("Clear Results")
|
||||||
.click(function() {
|
.click(function() {
|
||||||
|
|
Loading…
Reference in New Issue