aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/Dashboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/Dashboard.js b/shared/Dashboard.js
index 34ab101..6b9990f 100644
--- a/shared/Dashboard.js
+++ b/shared/Dashboard.js
@@ -50,7 +50,7 @@ $(document).ready(function(){
})
}
function showErrorDiv() {
-
+ $('#loader').append('<h1>This product does not exist.</h1><p>Click <a href="../dashboard">here</a> to go home</p>');
}
function loadAllProducts() {
$.getJSON("../products.json", function(result){