translated win message to bosnian

This commit is contained in:
Senad Uka
2013-12-23 04:54:38 +01:00
parent 3167ddd192
commit 38c2737a79
2 changed files with 4 additions and 4 deletions

2
app.js
View File

@@ -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() {