From 7abd8c6ecb0a0aafeaac9a4baa1d5db96722a3ab Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 15 Nov 2010 11:32:28 -0500 Subject: buttons to action panel puts the buttons as the top li in the action panel --- install/static/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/search.js') diff --git a/install/static/search.js b/install/static/search.js index 214208a27..040508734 100644 --- a/install/static/search.js +++ b/install/static/search.js @@ -64,7 +64,7 @@ function ipa_search_widget(spec) { 'click': function() { that.add(container); } }) ); - li.appendTo($('.action-panel ul')); + li.prependTo($('.action-panel ul')); search_controls.append(''); -- cgit