Skip to content

Commit fafb8d4

Browse files
author
Shane Stebner
committed
Added yellow jAlert
1 parent ca839f0 commit fafb8d4

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

src/jAlert-v3.css

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/jAlert-v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$.fn.jAlert = function(options) {
1313

1414
var alert = this,
15-
themes = ['default', 'green', 'red', 'black', 'blue'],
15+
themes = ['default', 'green', 'red', 'black', 'blue','yellow'],
1616
sizes = ['xsm', 'sm', 'md', 'lg', 'xlg', 'full'],
1717
backgroundColors = ['white', 'black'],
1818
styles = [], //array of styles that gets joined together with a space between in a style tag on the jalert div

src/jAlert-v3.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)