diff --git a/app.js b/app.js index bacc660..cf3974f 100644 --- a/app.js +++ b/app.js @@ -545,7 +545,7 @@ App.PuzzleView = Backbone.View.extend({ var solution = $.param({ username: App.username , number: App.puzzleNumber, time: $('.timer').text() }); $.post(App.rijeci_serivce_url + "solutions.json", solution , function (data) { - alert(data); + } ); setTimeout(function() { diff --git a/index.html b/index.html index 9db2a67..e8bf79d 100644 --- a/index.html +++ b/index.html @@ -135,10 +135,10 @@