]> git.example.dev Git - binbsis50.git/commitdiff
bumped jQuery to version 1.11.0 and fixed a minor bug
authorLuigi Pinca <luigipinca@gmail.com>
Sun, 9 Feb 2014 13:21:35 +0000 (14:21 +0100)
committerLuigi Pinca <luigipinca@gmail.com>
Sun, 9 Feb 2014 13:21:35 +0000 (14:21 +0100)
public/js/app.js
views/layout.jade
views/leaderboards.jade

index 25ebe391cb643889c616b4f3a76e2c3234a913f9..8849faa18ed204b172b821f4b73e0d93409d6252 100644 (file)
@@ -50,7 +50,7 @@
     , 'Fail'
     , 'Haha, what?!'
     , 'Incorrect answer'
-    , 'It is not that hard',
+    , 'It is not that hard'
     , 'Keep trying'
     , 'No way!'
     , 'No'
index 98b757750a039e4b0639a9ef88fc2ce798773058..a4db376a74c8aa6d89aa580438cb3dc3df55f1de 100644 (file)
@@ -48,7 +48,7 @@ html
           span.footer-info Powered by 
     block media
     block scripts
-      script(src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js")
+      script(src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js")
       script(src="/static/js/bootstrap.min.js")
     script.
       var uvOptions = {};
index 3fa220f27a1f1d7894612c8a370593293b4b109b..568e21f6e33f15900354c5acbb72e3fc4210913d 100644 (file)
@@ -49,5 +49,5 @@ block sections
             .loading-block
 
 block scripts
-  script(src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js")
+  script(src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js")
   script(src="/static/js/leaderboards.min.js")