Add the missing fonts

This commit is contained in:
Nabeel Shahzad
2017-12-30 13:39:56 -06:00
parent 5e5a9e10de
commit 92dfea4424
7 changed files with 11 additions and 18 deletions

View File

@@ -19,6 +19,7 @@ $(document).ready(function() {
$(document).on('submit', 'form.rm_fare', function(event) {
event.preventDefault();
console.log(event);
$.pjax.submit(event, '#aircraft_fares_wrapper', {push: false});
});