From 8ded4fa995612ad6eac45351e163e4fe2a0924d3 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Wed, 11 Oct 2017 08:19:54 +0000 Subject: [PATCH] Minor change to show closes #8 Matt Marino enhancement request. --- js/shop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/shop.js b/js/shop.js index 997fd86..4fb5ddf 100644 --- a/js/shop.js +++ b/js/shop.js @@ -31,7 +31,7 @@ $(function(){ } }); - $(banned_list).css({backgroundColor: "red"}).prop("title","BANNED"); + $(banned_list).css({backgroundColor: "red"}).prop("title", "BANNED"); // error handler for shops with a popup dialog (TODO) function error_handler(input,error_span,error,error_text,event) {