fixed links for leaderboard

This commit is contained in:
Senad Uka
2013-12-08 09:59:42 +01:00
parent 2b9ea625d8
commit c0e1a96ea4
2 changed files with 4 additions and 5 deletions

7
.idea/workspace.xml generated
View File

@@ -3,9 +3,6 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="9bee69eb-9e27-4350-837f-7c75f40a5896" name="Default" comment=""> <list default="true" id="9bee69eb-9e27-4350-837f-7c75f40a5896" name="Default" comment="">
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/app.js" afterPath="$PROJECT_DIR$/app.js" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/app.js" afterPath="$PROJECT_DIR$/app.js" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/utils/batch.js" afterPath="$PROJECT_DIR$/utils/batch.js" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/index.html" afterPath="$PROJECT_DIR$/index.html" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/puzzles.js" afterPath="$PROJECT_DIR$/puzzles.js" />
</list> </list>
<ignored path="flip.iws" /> <ignored path="flip.iws" />
<ignored path=".idea/workspace.xml" /> <ignored path=".idea/workspace.xml" />
@@ -31,7 +28,7 @@
<file leaf-file-name="app.js" pinned="false" current="true" current-in-tab="true"> <file leaf-file-name="app.js" pinned="false" current="true" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/app.js"> <entry file="file://$PROJECT_DIR$/app.js">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state line="6" column="69" selection-start="124" selection-end="124" vertical-scroll-proportion="0.102622576" vertical-offset="0" max-vertical-offset="9690"> <state line="25" column="43" selection-start="722" selection-end="722" vertical-scroll-proportion="0.42759407" vertical-offset="0" max-vertical-offset="9720">
<folding /> <folding />
</state> </state>
</provider> </provider>
@@ -435,7 +432,7 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/app.js"> <entry file="file://$PROJECT_DIR$/app.js">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state line="6" column="69" selection-start="124" selection-end="124" vertical-scroll-proportion="0.102622576" vertical-offset="0" max-vertical-offset="9690"> <state line="25" column="43" selection-start="722" selection-end="722" vertical-scroll-proportion="0.42759407" vertical-offset="0" max-vertical-offset="9720">
<folding /> <folding />
</state> </state>
</provider> </provider>

2
app.js
View File

@@ -336,9 +336,11 @@ App.PuzzleView = Backbone.View.extend({
}, },
doPogoci: function(e){ doPogoci: function(e){
window.location = App.rijeci_serivce_url + "guesses";
}, },
doPobjede: function(e) { doPobjede: function(e) {
window.location = App.rijeci_serivce_url + "solutions";
}, },