Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA8F0102C7 for ; Thu, 23 Jan 2014 17:30:16 +0000 (UTC) Received: (qmail 27896 invoked by uid 500); 23 Jan 2014 17:29:56 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 27363 invoked by uid 500); 23 Jan 2014 17:29:47 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 27154 invoked by uid 99); 23 Jan 2014 17:29:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 17:29:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C66898BD269; Thu, 23 Jan 2014 17:29:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: johnsca@apache.org To: allura-commits@incubator.apache.org Date: Thu, 23 Jan 2014 17:29:48 -0000 Message-Id: <33aeddb229084625a0114d143c8262e9@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [06/28] git commit: [#7002] Fixed notifications not working in base theme [#7002] Fixed notifications not working in base theme Signed-off-by: Cory Johns Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/be272fa8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/be272fa8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/be272fa8 Branch: refs/heads/cj/4257 Commit: be272fa80d38ec0e39e9f3d4b943c371f8f3b39f Parents: 0a01450 Author: Cory Johns Authored: Wed Jan 15 20:39:10 2014 +0000 Committer: Tim Van Steenburgh Committed: Wed Jan 22 14:26:20 2014 +0000 ---------------------------------------------------------------------- Allura/allura/public/nf/js/allura-base.js | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/be272fa8/Allura/allura/public/nf/js/allura-base.js ---------------------------------------------------------------------- diff --git a/Allura/allura/public/nf/js/allura-base.js b/Allura/allura/public/nf/js/allura-base.js index e6e205e..ec32bf6 100644 --- a/Allura/allura/public/nf/js/allura-base.js +++ b/Allura/allura/public/nf/js/allura-base.js @@ -178,6 +178,8 @@ function addCommas(num) { } $(function(){ + $('html').removeClass('no-js').addClass('js'); + // Add notifications for form submission. attach_form_retry('form.can-retry');