diff --git a/Index.html b/Index.html index b3a1a48..5a4280e 100644 --- a/Index.html +++ b/Index.html @@ -17,11 +17,6 @@ - - - - - @@ -49,7 +44,11 @@

Coffee Shop Locations

- + + + - - + + + + + + + diff --git a/js/script.js b/js/script.js index e9224fe..090acdd 100644 --- a/js/script.js +++ b/js/script.js @@ -58,9 +58,9 @@ function locationsViewModel() { // activate knockout.js and apply bindings in locationsViewModel // when all dependant DOM elements have been loaded and are ready. -$(document).ready(function() { + $(document).ready(function() { ko.applyBindings(new locationsViewModel()); -}); + }); /**