Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Commit

Permalink
bug 969520 update webmaker-auth-client version to 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher De Cairos committed Apr 21, 2014
1 parent 5940136 commit 745e941
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -6,7 +6,7 @@
"persona-btn": "0.0.11",
"requirejs": "2.1.8",
"text": "2.0.9",
"webmaker-auth-client": "0.0.26",
"webmaker-auth-client": "0.0.28",
"webmaker-i18n": "https://github.com/mozilla/node-webmaker-i18n/archive/v0.3.11.tar.gz",
"webmaker-language-picker": "0.0.17"
}
Expand Down
3 changes: 1 addition & 2 deletions views/index.html
Expand Up @@ -80,8 +80,7 @@
{% endblock %}

<script src="{{ personaHost }}/include.js"></script>
<script src="/bower/eventEmitter/EventEmitter.js"></script>
<script src="/bower/webmaker-auth-client/webmaker-auth-client.js"></script>
<script src="/bower/webmaker-auth-client/dist/webmaker-auth-client.min.js"></script>
</div>

<div class="ui-wrapper ui-body-nobg">
Expand Down
3 changes: 1 addition & 2 deletions views/uproot-dialog.html
Expand Up @@ -75,8 +75,7 @@
<img src="../img/goggles-wordmark.png" class="logo" alt="Mozilla X-Ray Goggles">

<script src="{{ personaHost }}/include.js"></script>
<script src="/bower/eventEmitter/EventEmitter.js"></script>
<script src="/bower/webmaker-auth-client/webmaker-auth-client.js"></script>
<script src="/bower/webmaker-auth-client/dist/webmaker-auth-client.min.js"></script>
<script id="require-js" src="/js/auth-login.js"
data-csrf="{{ csrf }}">
</script>
Expand Down

0 comments on commit 745e941

Please sign in to comment.