summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/home.html b/templates/home.html
index 0d7b4f5..f3cf800 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -11,9 +11,9 @@
<script src="/static/js/bootstrap.min.js"></script>
<script src="/static/js/bootstrap-slider.min.js"></script>
<script>
- function get_data() {
+ function load_data() {
$.get('/data', function(res) {
- alert(res);
+ console.log(res);
});
};