fix for notifications.js

This commit is contained in:
Jake Potrebic 2020-10-07 13:30:10 -07:00
parent 6f0d4b29e6
commit 6102e05292
No known key found for this signature in database
GPG Key ID: 7C58557EC9C421F8

View File

@ -1,6 +1,8 @@
import $ from 'jquery';
import { toggleSpinner } from '@/utils';
$.ajaxSetup(window.ajaxSettings);
//=====> HELPER FUNCTIONS
function markRead(notification) {