'wip'
This commit is contained in:
5
resources/js/utils/helper.js
vendored
Normal file
5
resources/js/utils/helper.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export const isDefined = object => typeof object !== 'undefined';
|
||||
|
||||
export const fadeElementIn = element => element.closest('.fade').classList.add('in');
|
||||
|
||||
export const openLink = url => window.open(url, '_blank');
|
||||
Reference in New Issue
Block a user