From: Luigi Pinca Date: Sun, 9 Feb 2014 13:21:35 +0000 (+0100) Subject: bumped jQuery to version 1.11.0 and fixed a minor bug X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=e728f00129db3a995051f1249e0c387d05054ea5;p=binbsis50.git bumped jQuery to version 1.11.0 and fixed a minor bug --- diff --git a/public/js/app.js b/public/js/app.js index 25ebe39..8849faa 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -50,7 +50,7 @@ , 'Fail' , 'Haha, what?!' , 'Incorrect answer' - , 'It is not that hard', + , 'It is not that hard' , 'Keep trying' , 'No way!' , 'No' diff --git a/views/layout.jade b/views/layout.jade index 98b7577..a4db376 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -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 = {}; diff --git a/views/leaderboards.jade b/views/leaderboards.jade index 3fa220f..568e21f 100644 --- a/views/leaderboards.jade +++ b/views/leaderboards.jade @@ -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")