1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 17:03:22 -05:00

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

This commit is contained in:
Jonathan Rosenbaum 2017-10-11 08:19:54 +00:00
parent b9e17872ac
commit 8ded4fa995

View File

@ -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) // error handler for shops with a popup dialog (TODO)
function error_handler(input,error_span,error,error_text,event) { function error_handler(input,error_span,error,error_text,event) {