Initial Commit
This commit is contained in:
11
js/index.js
Normal file
11
js/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
((global) => {
|
||||
|
||||
global.Y2KAlerts = {
|
||||
y2kAlert: global.y2kAlert,
|
||||
Y2K: global.Y2K,
|
||||
quick: function (title, type, message, options) {
|
||||
return global.y2kAlert.quick(title, type, message, options);
|
||||
}
|
||||
};
|
||||
|
||||
})(window);
|
||||
Reference in New Issue
Block a user