Skip to content

Commit b3055b0

Browse files
committedJun 10, 2015
Fixes password placeholder appearing as bullets
- 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
1 parent fb83620 commit b3055b0

5 files changed

+7
-8
lines changed
 

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-placeholder",
33
"description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"license": "MIT",
66
"main": ["jquery.placeholder.js"],
77
"keywords": [

‎jquery.placeholder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! http://mths.be/placeholder v2.1.1 by @mathias */
1+
/*! http://mths.be/placeholder v2.1.2 by @mathias */
22
(function(factory) {
33
if (typeof define === 'function' && define.amd) {
44
// AMD

‎jquery.placeholder.min.js

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎jquery.placeholder.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-placeholder",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"title": "HTML5 Placeholder jQuery Plugin",
55
"description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
66
"author": {

0 commit comments

Comments
 (0)
Please sign in to comment.