blocks-subscribe-email
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -75,3 +75,3 @@ var gulp = require('gulp'); | ||
browserStackTunnel = new BrowserStackTunnel({ | ||
key: 'Pg3lrsRFJ6ZJ8QixKTAM', | ||
key: '', | ||
hosts: [{ | ||
@@ -78,0 +78,0 @@ name: 'localhost', |
{ | ||
"name": "blocks-subscribe-email", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Subscribes an email address to a list. Supports a selection of email marketing services.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -16,2 +16,4 @@ var template = require('./subscribe-form.hbs'); | ||
instance.theForm = options.element[0]; | ||
} else if (options.element.nodeType > 0) { | ||
instance.theForm = options.element; | ||
} else { | ||
@@ -18,0 +20,0 @@ instance.theForm = document.querySelector(options.element); |
15705
279