diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 27070fe..c3e651e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,9 +3,6 @@ - - - @@ -31,7 +28,7 @@ - + @@ -435,7 +432,7 @@ - + diff --git a/app.js b/app.js index ac77ee7..39e6eb8 100644 --- a/app.js +++ b/app.js @@ -336,9 +336,11 @@ App.PuzzleView = Backbone.View.extend({ }, doPogoci: function(e){ + window.location = App.rijeci_serivce_url + "guesses"; }, doPobjede: function(e) { + window.location = App.rijeci_serivce_url + "solutions"; },