Skip to content

Commit

Permalink
Fixes password placeholder appearing as bullets
Browse files Browse the repository at this point in the history
- When running emulation (ie7/8/9) mode in a modern IE it would cause
the password placeholder to appear as bullets rather than text. Thanks
Alex Chao
  • Loading branch information
amerikan committed Jun 10, 2015
1 parent fb83620 commit b3055b0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-placeholder",
"description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
"version": "2.1.1",
"version": "2.1.2",
"license": "MIT",
"main": ["jquery.placeholder.js"],
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion jquery.placeholder.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! http://mths.be/placeholder v2.1.1 by @mathias */
/*! http://mths.be/placeholder v2.1.2 by @mathias */
(function(factory) {
if (typeof define === 'function' && define.amd) {
// AMD
Expand Down
7 changes: 3 additions & 4 deletions jquery.placeholder.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jquery.placeholder.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-placeholder",
"version": "2.1.1",
"version": "2.1.2",
"title": "HTML5 Placeholder jQuery Plugin",
"description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
"author": {
Expand Down

0 comments on commit b3055b0

Please sign in to comment.