Browse Source

Minor change to show closes #8 Matt Marino enhancement request.

devel
Jonathan Rosenbaum 7 years ago
parent
commit
8ded4fa995
  1. 2
      js/shop.js

2
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) {

Loading…
Cancel
Save