From 60f707c66e5324e1df339f356a0ab0161d3b4144 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 23 Oct 2017 12:54:11 -0400 Subject: [PATCH] Update on compiled js file. Should be 4 spaces not 3 --- js/frontRegApp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/frontRegApp.js b/js/frontRegApp.js index fbcb3fe..14815fd 100644 --- a/js/frontRegApp.js +++ b/js/frontRegApp.js @@ -387,7 +387,7 @@ app.Views.Front.App = Backbone.View.extend({ }, events: { - 'click #glm-reg-cart-continue': 'continue', + 'click #glm-reg-cart-continue': 'continue', }, continue: function(){ -- 2.17.1