diff options
-rw-r--r-- | templates/web/fixmystreet.com/about/posters.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/about/posters.html b/templates/web/fixmystreet.com/about/posters.html index bcf235fa4..f330b57fe 100644 --- a/templates/web/fixmystreet.com/about/posters.html +++ b/templates/web/fixmystreet.com/about/posters.html @@ -13,7 +13,7 @@ <script> -$("[data-goodielink]").on(click, function(e){ +$("[data-goodielink]").on('click', function(e){ var url = $(this).attr('href') var name = $(this).attr('data-goodielink') var callback = function(){ |