Commit acf792af4880c18ddd8360081bb6d291c5fd1aa3

Authored by Leonardo Merlin
1 parent bb649ed7

Fix typo signup var

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -1289,7 +1289,7 @@ define(['jquery', 'handlebars', 'fastclick', 'handlebars_helpers', 'piwik'], fun @@ -1289,7 +1289,7 @@ define(['jquery', 'handlebars', 'fastclick', 'handlebars_helpers', 'piwik'], fun
1289 1289
1290 function handleAlways() { 1290 function handleAlways() {
1291 $loading.hide(); 1291 $loading.hide();
1292 - signup.show(); 1292 + $signupForm.show();
1293 } 1293 }
1294 } 1294 }
1295 }); 1295 });