We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb6ba6 commit 2571d97Copy full SHA for 2571d97
sample/index.html
@@ -244,7 +244,7 @@ <h1>Current Configuration</h1>
244
});
245
246
Breinify.UTL.events.click('#dimension-lookup', function () {
247
- var userEmail = Breinify.UTL.text('input[name="email"');
+ var userEmail = Breinify.UTL.text('input[name="email"]');
248
249
if (!Breinify.UTL.isEmpty(userEmail)) {
250
Breinify.UTL.cookie.set('session-email', userEmail, 1);
0 commit comments