From 38c2737a798880151f49b93eaa3df5f3f9e5a97c Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Mon, 23 Dec 2013 04:54:38 +0100 Subject: [PATCH] translated win message to bosnian --- app.js | 2 +- index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@