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.60) (envelope-from ) id 1Qf0dY-0001Ny-Ar for garchives@archives.gentoo.org; Fri, 08 Jul 2011 02:17:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F60E21C064; Fri, 8 Jul 2011 02:17:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4DCC621C064 for ; Fri, 8 Jul 2011 02:17:41 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2A7C2AC0AC for ; Fri, 8 Jul 2011 02:17:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by flycatcher.gentoo.org (Postfix) with ESMTP id 804E620051 for ; Fri, 8 Jul 2011 02:17:39 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <89d3d6f6f361a8f56e98db2783d487b000634f87.robbat2@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: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 89d3d6f6f361a8f56e98db2783d487b000634f87 Date: Fri, 8 Jul 2011 02:17:39 +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: X-Archives-Hash: 2b47f5fa2be765838994e278e7f7667c commit: 89d3d6f6f361a8f56e98db2783d487b000634f87 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Jul 8 02:17:33 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Jul 8 02:17:33 2011 +0000 URL: http://sources.gentoo.org/gitweb/?p=3Dpackages.git;a=3Dcommit= ;h=3D89d3d6f6 Debugging. --- web/templates/layout.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/web/templates/layout.html b/web/templates/layout.html index e68bb52..db54fa1 100644 --- a/web/templates/layout.html +++ b/web/templates/layout.html @@ -78,6 +78,7 @@ 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) } }