Return-Path: Delivered-To: apmail-incubator-click-commits-archive@minotaur.apache.org Received: (qmail 50582 invoked from network); 22 Jun 2009 08:01:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jun 2009 08:01:51 -0000 Received: (qmail 66147 invoked by uid 500); 22 Jun 2009 08:02:02 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 66135 invoked by uid 500); 22 Jun 2009 08:02:02 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 66125 invoked by uid 99); 22 Jun 2009 08:02:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 08:02:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 08:01:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 57DC02388893; Mon, 22 Jun 2009 08:01:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r787160 - in /incubator/click/trunk/click/examples/webapp/ajax: ajax-accordion.js ajax-live-scroller.js ajax-select.js Date: Mon, 22 Jun 2009 08:01:38 -0000 To: click-commits@incubator.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090622080138.57DC02388893@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sabob Date: Mon Jun 22 08:01:37 2009 New Revision: 787160 URL: http://svn.apache.org/viewvc?rev=787160&view=rev Log: don't render Apache license Modified: incubator/click/trunk/click/examples/webapp/ajax/ajax-accordion.js incubator/click/trunk/click/examples/webapp/ajax/ajax-live-scroller.js incubator/click/trunk/click/examples/webapp/ajax/ajax-select.js Modified: incubator/click/trunk/click/examples/webapp/ajax/ajax-accordion.js URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/ajax/ajax-accordion.js?rev=787160&r1=787159&r2=787160&view=diff ============================================================================== --- incubator/click/trunk/click/examples/webapp/ajax/ajax-accordion.js (original) +++ incubator/click/trunk/click/examples/webapp/ajax/ajax-accordion.js Mon Jun 22 08:01:37 2009 @@ -1,3 +1,4 @@ +// #* // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -14,6 +15,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// *# /** * The ajax-accordion Page JavaScript. Modified: incubator/click/trunk/click/examples/webapp/ajax/ajax-live-scroller.js URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/ajax/ajax-live-scroller.js?rev=787160&r1=787159&r2=787160&view=diff ============================================================================== --- incubator/click/trunk/click/examples/webapp/ajax/ajax-live-scroller.js (original) +++ incubator/click/trunk/click/examples/webapp/ajax/ajax-live-scroller.js Mon Jun 22 08:01:37 2009 @@ -1,3 +1,4 @@ +// #* // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -14,6 +15,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// *# $(document).ready(function(){ // Dynamically create a fixed scroll indicator at the bottom right corner of the screen Modified: incubator/click/trunk/click/examples/webapp/ajax/ajax-select.js URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/ajax/ajax-select.js?rev=787160&r1=787159&r2=787160&view=diff ============================================================================== --- incubator/click/trunk/click/examples/webapp/ajax/ajax-select.js (original) +++ incubator/click/trunk/click/examples/webapp/ajax/ajax-select.js Mon Jun 22 08:01:37 2009 @@ -1,3 +1,4 @@ +// #* // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -14,6 +15,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// *# /** * The ajax-select JavaScript template.