gentoo
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
31323f4
)
Don't alert people when we run a search.
author
Alec Warner
<antarus@gentoo.org>
Fri, 6 Jul 2012 19:04:20 +0000
(12:04 -0700)
committer
Alec Warner
<antarus@gentoo.org>
Fri, 6 Jul 2012 19:04:20 +0000
(12:04 -0700)
web/templates/layout.html
patch
|
blob
|
blame
|
history
diff --git
a/web/templates/layout.html
b/web/templates/layout.html
index
3b75cbc
..
6b7a38c
100644
(file)
--- a/
web/templates/layout.html
+++ b/
web/templates/layout.html
@@
-78,7
+78,6
@@
def alpha_url(baseurl):
function executeGoogleSearch() {
var textNode = document.getElementById('search_input');
if(textNode.value != '') {
- alert('Running search for '+textNode.value);
customSearchControl.execute(textNode.value)
}
}