Update all places in the code referencing named routes using JS that doesn't exist now

This commit is contained in:
Dane Everitt 2019-12-15 18:19:35 -08:00
parent 14b1f13fe0
commit 447c4291ad
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
20 changed files with 12 additions and 2115 deletions

View file

@ -130,7 +130,7 @@
$.ajax({
method: 'GET',
url: Router.route('admin.packs.new.template'),
url: '/admin/packs/new/template',
headers: { 'X-CSRF-TOKEN': $('meta[name="_token"]').attr('content') },
}).fail(function (jqXhr) {
console.error(jqXhr);