Gentoo Archives: gentoo-commits

From: Alec Warner <antarus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] packages:master commit in: web/templates/
Date: Fri, 06 Jul 2012 19:04:44
Message-Id: 1341601460.1b2db0ee778d95c5979f6e732ba46fbedb6cb78d.antarus@gentoo
1 commit: 1b2db0ee778d95c5979f6e732ba46fbedb6cb78d
2 Author: Alec Warner <antarus <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 6 19:04:20 2012 +0000
4 Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 6 19:04:20 2012 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=packages.git;a=commit;h=1b2db0ee
7
8 Don't alert people when we run a search.
9
10 ---
11 web/templates/layout.html | 1 -
12 1 files changed, 0 insertions(+), 1 deletions(-)
13
14 diff --git a/web/templates/layout.html b/web/templates/layout.html
15 index 3b75cbc..6b7a38c 100644
16 --- a/web/templates/layout.html
17 +++ b/web/templates/layout.html
18 @@ -78,7 +78,6 @@ def alpha_url(baseurl):
19 function executeGoogleSearch() {
20 var textNode = document.getElementById('search_input');
21 if(textNode.value != '') {
22 - alert('Running search for '+textNode.value);
23 customSearchControl.execute(textNode.value)
24 }
25 }