Skip to content

Commit

Permalink
Merge pull request #649 from xzzy/master
Browse files Browse the repository at this point in the history
Terms didn't work in firefox
  • Loading branch information
dbca-asi committed Jun 19, 2019
2 parents 456b9f9 + 3b9c73c commit 2bd1251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mooring/frontend/admissions/src/admissions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ export default {
loadTerms: function() {
var terms = $('#terms').val();
console.log(terms);
$('<a href="'+terms+'" target="blank"></a>')[0].click();
window.open(terms,'_terms');
},
calculateTotal: function(){
Expand Down
2 changes: 1 addition & 1 deletion mooring/static/admissions/js/app.js

Large diffs are not rendered by default.

0 comments on commit 2bd1251

Please sign in to comment.