Skip to content

Commit 881a73b

Browse files
committed
btn onClick now returns e, btn, alert for quick alert.closeAlert() functionality. image alerts are now shrunken to fit smaller images
1 parent a405f39 commit 881a73b

5 files changed

Lines changed: 553 additions & 526 deletions

File tree

.DS_Store

6 KB
Binary file not shown.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 HTMLGuy, LLC
3+
Copyright (c) 2019 HTMLGuy, LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

auto-compile-pre-commit-hook.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ cp "src/jAlert.css" "dist/jAlert.css" #copy the CSS file
66
uglifyjs "src/jAlert.js" -c -o "dist/jAlert.min.js" #minify the JS
77
uglifyjs "src/jAlert-functions.js" -c -o "dist/jAlert-functions.min.js" #minify the functions JS
88

9-
git add -A #add to the current commit
9+
git add -A #add to the current commit

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jAlert",
3-
"version": "4.6.6",
3+
"version": "4.7.0",
44
"description": "Simple jQuery (Modal | Popup | Lightbox | Alert) Plugin",
55
"repository": {
66
"type": "git",
@@ -12,7 +12,7 @@
1212
"homepage": "https://htmlguyllc.github.io/jAlert/",
1313
"private": false,
1414
"dependencies": {
15-
"jquery": "^1.7.1"
15+
"jquery": "^3.4.0"
1616
},
1717
"license":{
1818
"type": "MIT",

0 commit comments

Comments
 (0)