diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-05-30 14:22:37 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-05-30 14:22:37 +0300 |
| commit | 6b30efcaa6352f85b6b82776522066fff6e303d8 (patch) | |
| tree | 0cbb0c9cda218668ad0fc57829abed2458522e93 /templates | |
| parent | 214473c650918282ec4bceee883f3bcd86a1bc3d (diff) | |
Initial load data
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/home.html | 4 |
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); }); }; |
