summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/js/index.js')
-rw-r--r--src/SMAPI.Web/wwwroot/Content/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/js/index.js b/src/SMAPI.Web/wwwroot/Content/js/index.js
index c53592f8..46f78fbe 100644
--- a/src/SMAPI.Web/wwwroot/Content/js/index.js
+++ b/src/SMAPI.Web/wwwroot/Content/js/index.js
@@ -5,6 +5,6 @@ $(document).ready(function () {
pufferchick.attr("src", "Content/images/pufferchick-cool.png");
}, function () {
pufferchick.attr("src", "favicon.ico");
- })
+ });
});
});