Skip to content

Commit

Permalink
Fixes reference to lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
jakefeasel committed Aug 17, 2015
1 parent d816911 commit fc6c5ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/ui/sqlfiddle/www/javascript/oauth.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requirejs.config({
paths: {
jquery: 'libs/jquery/jquery-1.11.1.min',
underscore: 'libs/lodash.underscore.min',
underscore: 'libs/lodash.min',
utils: 'fiddle_backbone/utils'
}
});
Expand All @@ -10,4 +10,4 @@ require(["jquery", "utils/openidconnect"], function ($, oidc) {
oidc.getToken().always(function () {
window.location.href = oidc.getMainUri();
});
});
});

0 comments on commit fc6c5ca

Please sign in to comment.