Skip to content

Commit a015a0b

Browse files
committed
Merge branch 'hotfix/vendors'
2 parents 5ec5a12 + b973962 commit a015a0b

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

public/build/angular.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/angular.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/app.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/app.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535

3636
<script src="/build/components.js?a4231670"></script>
3737

38-
<script src="/build/angular.js?5ec6b65a"></script>
38+
<script src="/build/angular.js?259cdd56"></script>
3939

4040
<script src="/build/annotator.js?949a18f6"></script>
4141

42-
<script src="/build/app.js?f5069cb7"></script>
42+
<script src="/build/app.js?1f565df6"></script>
4343
</head>
4444
<body>
4545

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ angular.element(document).ready(function () {
180180

181181
// Autoprompt for Satisfaction and SmartVote (only displayed under certain conditions)
182182
window.UserVoice.push( [ 'autoprompt', {} ] );
183-
};
183+
}
184184

185185
//Get the current user
186186
$http.get('/api/user/current')

0 commit comments

Comments
 (0)