From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SnDpc-0007VY-2O for garchives@archives.gentoo.org; Fri, 06 Jul 2012 19:04:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF029E050C; Fri, 6 Jul 2012 19:04:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7EDF4E050C for ; Fri, 6 Jul 2012 19:04:36 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B32261B40B6 for ; Fri, 6 Jul 2012 19:04:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by flycatcher.gentoo.org (Postfix) with ESMTP id 58CDD2004B for ; Fri, 6 Jul 2012 19:04:34 +0000 (UTC) From: "Alec Warner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alec Warner" Message-ID: <1341601460.1b2db0ee778d95c5979f6e732ba46fbedb6cb78d.antarus@gentoo> Subject: [gentoo-commits] packages:master commit in: web/templates/ X-VCS-Repository: packages X-VCS-Files: web/templates/layout.html X-VCS-Directories: web/templates/ X-VCS-Committer: antarus X-VCS-Committer-Name: Alec Warner X-VCS-Revision: 1b2db0ee778d95c5979f6e732ba46fbedb6cb78d X-VCS-Branch: master Date: Fri, 6 Jul 2012 19:04:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 328d566c-9a70-4c65-ac5c-b9d0c9fc1a1f X-Archives-Hash: 5a8ed9048a68a6c76ad796064f924b60 commit: 1b2db0ee778d95c5979f6e732ba46fbedb6cb78d Author: Alec Warner gentoo org> AuthorDate: Fri Jul 6 19:04:20 2012 +0000 Commit: Alec Warner gentoo org> CommitDate: Fri Jul 6 19:04:20 2012 +0000 URL: http://sources.gentoo.org/gitweb/?p=3Dpackages.git;a=3Dcommit= ;h=3D1b2db0ee Don't alert people when we run a search. --- web/templates/layout.html | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/web/templates/layout.html b/web/templates/layout.html index 3b75cbc..6b7a38c 100644 --- a/web/templates/layout.html +++ b/web/templates/layout.html @@ -78,7 +78,6 @@ def alpha_url(baseurl): function executeGoogleSearch() { var textNode =3D document.getElementById('search_inp= ut'); if(textNode.value !=3D '') { - alert('Running search for '+textNode.value); customSearchControl.execute(textNode.value) } }