From be426b06660a60e1c2d592e97c3c907c63f0347d Mon Sep 17 00:00:00 2001 From: isisadmin Date: Sat, 14 Nov 2015 14:30:49 +0100 Subject: [PATCH] private room --- controllets/animated-grid-controllet/animated-grid-controllet.html | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/controllets/animated-grid-controllet/animated-grid-controllet.html b/controllets/animated-grid-controllet/animated-grid-controllet.html index 42d2d74..17f6f47 100644 --- a/controllets/animated-grid-controllet/animated-grid-controllet.html +++ b/controllets/animated-grid-controllet/animated-grid-controllet.html @@ -146,6 +146,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN var target = event.target; + if(target.classList[0] != "grid-item") + return; + // configure the page animation this.sharedElements = { 'hero': target, -- libgit2 0.21.4