translated win message to bosnian
This commit is contained in:
2
app.js
2
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() {
|
||||
|
||||
@@ -135,10 +135,10 @@
|
||||
|
||||
<script type="text/template" class="winTemplate">
|
||||
|
||||
<h1>Great Job!</h1>
|
||||
<h3>Your time: <%=formatTime(App.puzzleView.secs)%></h3>
|
||||
<h1>Odlično!</h1>
|
||||
<h3>Vaše vrijeme je: <%=formatTime(App.puzzleView.secs)%></h3>
|
||||
<div class="nav">
|
||||
<span class="next">Next Puzzle!</span>
|
||||
<span class="next">Sljedeća zagonetka!</span>
|
||||
<div class="share">
|
||||
<%
|
||||
var params = {
|
||||
|
||||
Reference in New Issue
Block a user